You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manually registering clients only makes sense for monolithic OAuth2 service providers that want to manage something like developer accounts. Since that's not what apcore apps are about, we need to support RFC 7591 OAuth 2.0 Dynamic Client Registration Protocol.
I looked at the Go-AP project Fedibox, and here they are using another OAuth2 project that may be a better candidate for apcore to use (more contributors, more forks, most recently updated, part of production-ready Kubernetes-friendly Openshift distro). See:
Manually registering clients only makes sense for monolithic OAuth2 service providers that want to manage something like developer accounts. Since that's not what
apcore
apps are about, we need to support RFC 7591 OAuth 2.0 Dynamic Client Registration Protocol.See go-oauth2/oauth2#167.
The text was updated successfully, but these errors were encountered: