gqlify icon indicating copy to clipboard operation
gqlify copied to clipboard

Authentication

Open wwwy3y3 opened this issue 7 years ago • 4 comments

Goal

  • Support different kind of authentication flow
    • graphql-rbac
    • openid-connect

Resources

  • graphql-rbac: https://github.com/Canner/graphql-rbac
  • openid-connect: https://openid.net/connect/

wwwy3y3 avatar Dec 05 '18 03:12 wwwy3y3

@wwwy3y3 we can also learn from this project https://github.com/genie-team/graphql-genie/tree/master/plugins/authentication

ansarizafar avatar Dec 09 '18 08:12 ansarizafar

@ansarizafar Nice! Thanks for the information.

Feel free to chime in with more opinions if you want.

The feedback and opinions from you guys really matter to us in order to build a strong community.

wwwy3y3 avatar Dec 09 '18 08:12 wwwy3y3

I would like to have a data validation directive for model fields and aggregation queries Genie-graphql https://github.com/genie-team/graphql-genie/blob/master/docs/connections.md has limited support for data aggregation but we can do better.

ansarizafar avatar Dec 09 '18 08:12 ansarizafar

@ansarizafar Thanks for the feedback!

As for aggregation queries, we're already on our way to implement relay style queries. Follow up on this feature at https://github.com/Canner/gqlify/issues/9.

As for data validation directive, we'd like hear more from you. It would be nice if you can open another issue talking about your thoughts on this feature 😎

wwwy3y3 avatar Dec 09 '18 09:12 wwwy3y3