Firesphere / silverstripe-graphql-jwt

JWT Authentication for GraphQL
GNU General Public License v3.0
19 stars 24 forks source link

[TODO] Give resolve an extension hook for further operations #10

Open Firesphere opened 7 years ago

Firesphere commented 7 years ago

Before or after resolving and validating the token, non-harmful operations to the token should be allowed. E.g. a mapping from Facebook ID to local member ID.