Showing 1-20 of 226 packages
AWS Cognito AccessToken and IdToken classes.
Authenticator for AWS Cognito idToken
A lightweight library to decode and verify RS JWT meant for the browser.
cognito-express authenticates API requests on a Node-Express application by verifying the signature of AccessToken or IDToken generated by Amazon Cognito.
Authenticator for AWS Cognito idToken
library to get firebase authorization's idToken
Passport Strategy that uses a Google id_token and validates against Google's tokeninfo endpoint.
Verify the Apple id token on the server side.
A lightweight library to decode and verify RS JWT meant for the browser.
Serverless Platform SDK
cognito-express authenticates API requests on a Node-Express application by verifying the signature of AccessToken or IDToken generated by Amazon Cognito.
Use your Google account to authenticate with the app.
Google auth with token helps you to easily create google authentication available for your users with idToken. It uses the official google-auth-library library to execute the actions. You can get it working in seconds in your application. EASY!
UI auth library for Decap CMS

NodeJs SDK for authenticating users.
common system drop menu which has the authorization to access
Verify the Apple id token on the server side.
```typescript interface CanvasProps { idToken: string; // 通过"获取用户的id_token"获取 theme?: 'light' | 'dark'; // 主题,默认为light template?: { [key: string]: any }; // 模板对象,默认没有模板对象 flowName?: string; // 新建流程的名称,默认为New Flow flowDescription?: string; // 新建流
A third-party firebase auth middleware for Hono