
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@stelligent/universal-google-sso
Advanced tools
This repository houses the source code for Stelligent's universal Google login workflow for the frontend of all our internal tools. It accomplishes two things:
This repository houses the source code for Stelligent's universal Google login workflow for the frontend of all our internal tools. It accomplishes two things:
The goal is to have internal backends at Stelligent to work with binary API keys and avoid including Google auth logic in every single backend.
The project is a react component.
in your environment, define:
export BACKEND_APIKEY_SSM_PATH=<path to SSM String that contains the key>
in your terminal, execute:
npm run cdk deploy
in your terminal, execute:
npm i --save @stelligent/universal-google-sso
in your environment, define:
export REACT_APP_GOOGLE_CLIENT_ID=<your Google project client ID>.apps.googleusercontent.com
export REACT_APP_LOGIN_LAMBDA_URL=<https URL of the API Gateway front of the lambda>
in your React frontend:
import React from 'react';
import StelligentLogin from '@stelligent/universal-google-sso'
export class MyCustomComponent extends React.Component {
gotApiKey = key => {
if (key) console.log(`Backend API key: ${key}`);
else console.error('There was an error authenticating');
}
render() {
return (<StelligentLogin onApiKey=${this.gotApiKey}>)
}
}
make sure you are authenticated to NPM, then execute:
npm publish --access=public
FAQs
This repository houses the source code for Stelligent's universal Google login workflow for the frontend of all our internal tools. It accomplishes two things:
The npm package @stelligent/universal-google-sso receives a total of 0 weekly downloads. As such, @stelligent/universal-google-sso popularity was classified as not popular.
We found that @stelligent/universal-google-sso demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.