Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikamai/nestjs-keycloak-admin-provider
NestJS Keycloak Admin Provider
https://github.com/mikamai/nestjs-keycloak-admin-provider
Last synced: 22 days ago
JSON representation
NestJS Keycloak Admin Provider
- Host: GitHub
- URL: https://github.com/mikamai/nestjs-keycloak-admin-provider
- Owner: mikamai
- License: mit
- Created: 2020-05-27T08:05:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:43:17.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T19:56:49.674Z (9 months ago)
- Language: TypeScript
- Size: 445 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# NestJS Keycloak Admin Provider
That package will instance and mantain an admin client connection between the app and the Keycloak instance,
the access token is refreshed every 58 seconds, and the grant is recreated when became invalid## TODO
- Add a refresh_time parameter
- Allow a better parametrization
- More testing on token refresh