pallets-eco / flask-jwt

JWT (JSON Web Tokens) for Flask applications
MIT License
564 stars 177 forks source link

Allow an audience to be configured #59

Open magnusstahre opened 9 years ago

magnusstahre commented 9 years ago

This change allows flask-jwt to be used to validate access tokens coming from e.g. Azure AD.

mattupstate commented 9 years ago

Great idea. I failed to add this obvious feature. However, I'm not sure how the test asserts that the audience is correctly being set/used