Authex v2.1.1 Authex.Plug.Unauthorized View Source
A plug to mark the status as unauthorized.
This plug is the default used when authentication fails with Authex.Plug.Authentication
.
It will put a 401
status into the conn with the body "Unauthorized"
.