Also, in this new paradigm where you add functions...
# prisma-whats-new
t
Also, in this new paradigm where you add functions via
add-template
, how does one add Auth0 integration? It was really easy from the web UI before, but I don't see it as one of the templates examples.
n
just added a new request for an Auth0 template: https://github.com/graphcool/templates/issues/108
t
Thanks! Would it basically be doing the same thing as the old template? or does it work a lot differently
If roughly the same I can play around with it and try to contribute if I get it working
n
it would the old template, yep. but it's not in place yet, so feel free to dive into that 🙂
t
cool. thanks for the quick reply. ill do my best to get it working. also, thanks for open sourcing so much of the stack! really excited to see where graphcool's headed
💚 1
f
Hey I have something working for Auth0 if you want
The thing is it's a bit coupled to my project's structure (I update the User model)
I also need to handle both R256 and H256 tokens, right now I only support one encryption
t
@florian it would be really helpful reference. i'm going to try and get it working this week, and if successful i'll add it to the templates repo
f
Ok, I just pinged Nilan to now how I can submit my version, it was based on th outdated version with some rework