nginx-openid-connect
nginx-openid-connect copied to clipboard
Add access token support
As a Product Manager,
I want to use access token
for the API authorization
in the apps as the current NJS implementation doesn't support access token yet.
AC:
- Capture
access_token
in the NJS code. - Store
access_token
in the key/value store as same as the NGINX RP storesid_token
andrefresh_token
.