Is there an OAuth (or alike) implementation in this API? #714
-
I'm pretty much new to this API and the protocols used, but I'm wondering if, without requesting the user to give up his password, there is a way to have an user authorize or let a remote server/service access information from their profile or so. |
Beta Was this translation helpful? Give feedback.
Answered by
myConsciousness
Aug 27, 2023
Replies: 1 comment
-
Hi @miguelgdx AT Protocol and Bluesky do not support OAuth now, so the user's Handle or Email and password are required for authentication. But once OAuth is officially supported I will support it in my package :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
miguelgdx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @miguelgdx
AT Protocol and Bluesky do not support OAuth now, so the user's Handle or Email and password are required for authentication.
But once OAuth is officially supported I will support it in my package :)