CallbackService
org.pac4j.http4s.CallbackService
class CallbackService[F[_]](config: Config, contextBuilder: () => F, defaultUrl: Option[String], renewSession: Boolean, defaultClient: Option[String])(implicit evidence$1: Sync[F])
Http4s Service to handle callback from after login
This is required for web sites where a user logs in, get's redirected to another site to login (e.g. facebook, google etc) and then that site redirects the user back to the original site at a callback handled by this service.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article