You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tokusumi Hi! I just upgraded to 0.4.0. I'm using auth0 and I see that customAPI is now a required parameter to Auth0().
I understand this will essentially validate the client ID that is trying to authenticate. Now, what if there are multiple valid client IDs we want to authenticate against?
One scenario I could see: An android app, an iOS app and an electron app all three with different client IDs, trying to auth against the same endpoint.
This is a bit confusing and not made clear in the docs (it just says "audience"). WDYT?
i can't seem to find an audience (and the rest params) verifier.
it seems that only signature is verified
i see a
decode
method that should do all that and get the needed information back here https://github.com/mpdavis/python-jose/blob/master/jose/jwt.py#L57can this be used?
The text was updated successfully, but these errors were encountered: