craftql
craftql copied to clipboard
WIP User Tokens
Based on #89 this is going to allow users to authorize with Craft through GraphQL and get back a token for their user. This opens up abilities for users to only GraphQL their own entries or only be allowed access to entries they can see, etc…
Current thought is to use JWT for the token, so it'll be slightly different than the existing tokens.
Any updates on this?
This will merge after the 2.x branch merges with performance improvements. I'll get this updated to make the merge a bit more clean though.