forked from erincandescent/activitypump
-
Notifications
You must be signed in to change notification settings - Fork 87
Closed
Labels
Description
Currently, an Actor
object's endpoints
contains a oauthClientAuthorize
, which I would read as the authorization endpoint from RFC 6749. However, this doesn't allow the ActivityPub client to use the authorization code grant. Adding a token endpoint to the endpoints
would allow people to properly implement the entire OAuth 2.0 flow.
rhiaro