networknt / light-oauth2

A fast, light and cloud native OAuth 2.0 authorization microservices based on light-4j
Apache License 2.0
313 stars 75 forks source link

implement a new grant type bootstrap_token to create long-lived static token #325

Closed stevehu closed 3 years ago

stevehu commented 3 years ago

for platform components integration together. The pipeline should be the client to get the token and pass it into the container as an environment variable. This is copied from the oauth-Kafka repo and only used for demo purposes.

stevehu commented 3 years ago

implement a new grant type bootstrap_token to create long-lived static token light-oauth2 master