RestAuth v1.1.1 RestAuth.Authenticate View Source

RestAuth.Authenticate is used to load user information into conn.

It will use the configured handler to load the authority struct and store it in the connection. The user data can be later accessed using functions from RestAuth.Utility module.

Example

plug RestAuth.Authenticate

Link to this section Summary

Link to this section Functions