Join Slack
Powered by
If I'm doing authentication with firebase as the p...
# server
c
codebijan
12/29/2019, 5:55 PM
If I'm doing authentication with firebase as the provider is there a way to do it using ktor's authentication feature? How would one go about setting it up?
l
Luke Rohde
12/29/2019, 6:34 PM
client authenticates in the browser, you send the jwt to your server, then you can set up a validator on the server:
https://ktor.io/servers/features/authentication/jwt.html
Luke Rohde
12/29/2019, 6:35 PM
so your implementation would involve a call to the firebase api to validate the jwt on the server
2
Views
Open in Slack
Previous
Next