Decode access token in backend

Hello @AnthonyDaSilva!

Interesting - Can you confirm you are passing a valid audience? Without that, the access token you get back can be opaque.

It sounds like you will either want to look at getting an ID token or using the access token received to call /userinfo. Both are valid approaches :smile: