JITTO JOYES
JITTO JOYES7mo ago

JITTO JOYES - Can anyone tell me how to generat...

Can anyone tell me how to generate a jwt token from email and password. Basically the auth using buildship, I don't know which database to use and how to write the node
1 Reply
Gaurav Chadha
Gaurav Chadha7mo ago
Hi @JITTO JOYES You can use Firebase Auth Request Trigger, that uses user's ID token, which you can use as JWT to verify.https://docs.buildship.com/trigger-nodes/firebase-auth. To add other Methods for adding authentication on your workflows, you can refer to this - https://docs.buildship.com/tutorials/secure-api.