David Barrat
David Barrat
@01123899 `TOKEN_SECRET` is the secret that'll be used to sign your tokens, if you don't change the default secret to a more secure string, you'll expose your system to anyone...
loginWithToken could be really useful to implement a SSO authentication
@hammadj Can you share the context of your application using this feature? It looks really interesting, but for now except a Single Sign On, I don't see why it should...
@nimishrocks Since this example, another initialization for GraphQL schema has been implemented which is incompatible with the one in the example (without tweaking a bit). Can you share your GraphQL...
Thanks !
Yes! I think that groups are essentials when you're building an application designed for several groups of people. Let's assume you've a front-end and a back-end, you'll need to specify...
So do you think that's something thinkable for next releases or it'll need to many changes in your code and implementations using that package?
Actually I would like to implement several groups with different roles for both front-end and the back-end. One solution to do to that with this library would be to code...