I was wondering how to handle authorization with `...
# prisma-whats-new
q
I was wondering how to handle authorization with
auth0
generated JWT. If a new user is created on
auth0
, and permissions/groups/roles are added in
auth0
, can we use these authorization-fields in graphQL? How?
n
@qsys hey there! 👋 we're currently not checking Auth0 settings for permissions/groups/roles. However there's already a feature request, would love for you to add your voice there: https://github.com/graphcool/feature-requests/issues/137
q
thx, nice.
By the way, any planning of implementation yet?
n
currently we are looking for ways to allow developers adding custom behaviour like this on their own. we're opening up different hooks to the lifecycle of a request. in this case, that will allow you to check auth0 permission rules by writing a script on your own