~mariusor/go-activitypub#34: 
Add IndieAuth support

Modify the way we're doing OAuth for C2S to support the flows of IndieAuth.

Some simplified docs at oauth.com: https://www.oauth.com/oauth2-servers/indieauth/

Status
REPORTED
Submitter
~mariusor
Assigned to
No-one
Submitted
4 years ago
Updated
2 years ago
Labels
auth brutalinks fedbox v0.5

~mariusor referenced this from #91 4 years ago

~mariusor 4 years ago

I need to go over some documentation related to it, and its differences with other authentication mechanisms:

vs. OpenID: https://indieweb.org/How_is_IndieAuth_different_from_OpenID_Connect

FAQ: https://indieweb.org/IndieAuth#FAQ

~mariusor 4 years ago*

The docs for the authorization end-point is: https://indieweb.org/authorization-endpoint

An example of login with IndieAuth: https://pin13.net/login/

An example of a IndieAuth login request is:

/oauth/authorize?me=https://brutalinks.tech/~marius&redirect_uri=https://indielogin.com/redirect/indieauth&client_id=https://indielogin.com/&state=7e2f1297a2891169dafe13bc&response_type=id

~mariusor 4 years ago

I added the authorization flow in e403640b

Register here or Log in to comment, or comment via email.