amplify-education / keycloak-nodejs-auth-utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keycloak-auth-utils

Build Status js-semistandard-style

Contributing

Please read the contributing guide

Provides grant-management utilities.

Install

npm install --save keycloak-auth-utils

GrantManager

  • Can obtain a grant through the direct API using name/password.
  • Can renew any token using a refresh_token.
  • Validates grants/tokens.

Grant

Embodies access_token, refresh_token and other handiness.

Token

Embodies JSON Web Token bits and checking for roles.

Resources

About

License:Apache License 2.0


Languages

Language:JavaScript 90.5%Language:Shell 9.0%Language:Makefile 0.5%