replace coherence with guardian
This commit is contained in:
11
lib/eventos_web/auth_pipeline.ex
Normal file
11
lib/eventos_web/auth_pipeline.ex
Normal file
@@ -0,0 +1,11 @@
|
||||
defmodule EventosWeb.AuthPipeline do
|
||||
|
||||
use Guardian.Plug.Pipeline, otp_app: :eventos,
|
||||
module: EventosWeb.Guradian,
|
||||
error_handler: EventosWeb.AuthErrorHandler
|
||||
|
||||
plug Guardian.Plug.VerifyHeader, claims: %{"typ" => "access"}, realm: :none
|
||||
plug Guardian.Plug.EnsureAuthenticated
|
||||
plug Guardian.Plug.LoadResource, ensure: true
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user