Hi guys, I have a web app with graphql and prisma/...
# orm-help
g
Hi guys, I have a web app with graphql and prisma/mysql, I am trying to incorporate our auth system (ldap/sso) with the prisma. has anyone had an experience with that? basically I will need to put a generated key in the password value for mysql connection.
p
I have implemented auth0 for my authentication using this approach https://github.com/LawJolla/prisma-auth0-example. Maybe you can adapt similar approach.
g
awesome, thank you!