View Source Gamora.Plugs.AuthenticatedUser (gamora v0.11.1)

This plug uses different adapters to validate the access token provider in the request. IdpAdapter will do that against the Identity Provider server. In test env you may want to use the MockAdapter to avoid making request to the IdP server while the tests are running.