Closed grillorafael closed 6 years ago
Is there any way to add support to this? I'm trying to fit an HTTP Basic Auth with securesocial check but It looks like is not very easy to fit this.
Any idea on how to do it ?
There's no built in support. You could try adding a new AuthenticatorBuilder that takes the credentials from the request and creates a valid authenticator instance if they are correct.
AuthenticatorBuilder
Is there any way to add support to this? I'm trying to fit an HTTP Basic Auth with securesocial check but It looks like is not very easy to fit this.
Any idea on how to do it ?