Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 510 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 510 Bytes

keycloak-auth-utils

Provides grant-management utilities.

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