Skip to content

Instantly share code, notes, and snippets.

@evgomes
Last active November 6, 2018 23:55
Show Gist options
  • Save evgomes/259c8f0de81e88325d12d58ba866bebf to your computer and use it in GitHub Desktop.
Save evgomes/259c8f0de81e88325d12d58ba866bebf to your computer and use it in GitHub Desktop.
Token options of JWT API.
"TokenOptions": {
"Audience": "SampleAudience",
"Issuer": "JWPAPI",
"AccessTokenExpiration": 30,
"RefreshTokenExpiration": 60
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment