thombruce / credible-ruby-archived

JWT and API Token Authentication for Rails apps
MIT License
0 stars 0 forks source link

Add aud to JWTs #29

Open thombruce opened 4 years ago

thombruce commented 4 years ago

Audience claim should be either:

This allows us and end users to verify that the token received is meant for their platform. Very useful indeed if we consider packaging Credible as an external authentication solution similar to Auth0.