AccessPass v0.1.4 AccessPass.Auth
Plug that checks for access_token in header and then checks if its expired or revoked. If it’s not it adds the stored data from the token in meta. If it is then it returns 401 unauthorized and halts the plug.
Link to this section Summary
Link to this section Functions
Link to this function
call(conn, opts)
Link to this function
init(opts \\ %{})