Replies: 1 comment
-
|
Unfortunately not yet. Are you integrating with a third-party service or a custom API you built yourself? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any documentation on how to integrate an authentication service available via a HTTP API? Would you need to write a custom strategy/adapter of some sort?
I guess ideally you'd want to keep all the nice stuff that the default auth setup does for you, except instead of querying the database to see if a login is valid, it should make an api request. Obviously the same for other user CRUD actions..
Is that something that you can do? Just override the logic for password-check/update user/etc.?
Beta Was this translation helpful? Give feedback.
All reactions