addict v0.3.0 Addict.AddictController
Controller for addict
Responsible for handling requests for serving templates (GETs) and managing users (POSTs)
Summary
Functions
Renders login layout
Logs out the user. Invokes Addict.Configs.post_logout/3
afterwards
Renders Password Recovery layout
Renders registration layout
Renders Password Reset layout
Functions
Logs out the user. Invokes Addict.Configs.post_logout/3
afterwards.
No required params, it removes the session of the logged in user.