go-fed / apcore

Golang ActivityPub Server Framework
GNU Affero General Public License v3.0
104 stars 10 forks source link

Tie Application interface to OAuth login redirect #19

Closed cjslep closed 3 years ago

aschrijver commented 4 years ago

Is it an idea to have a separate oauth2 library, similar to how httpsig is separated. It could have Mastodon compatibility and may (Solid) OIDC as well.

Edit: This was a crosspost with something that @cjslep just answered on the fediverse.

cjslep commented 3 years ago

Not a separate oauth2 library, no. It's already done: apcore uses an oauth2 server-side library.

As per the recent refactor, I will need to revisit this issue.

cjslep commented 3 years ago

While fleshing out the endpoints in ea8c804eac12566c38ab6bea6a06cd59a6d84a44, I think this issue is obsolete.