console.log(roles)
console.log(session.user)
console.log(session.tokenSet.accessToken)
Forgot to add:
- The roles const comes off as undefined.
- The user object does not have my namespace.
- When I parse the accesstoken I get the namespace with the roles for the user.