the "Use Authentication Providers" in registration Settings of admin site settings suggests i can implement a custom registration form in my custom authentication provider?
Is there any documentation or maybe someone can help me get started?
I checked for class AuthenticationRegisterBase (similar to: AuthenticationLoginBase) but I cannot find it.
Thanks!