lyn v0.0.16 Lyn.Admin.SessionController

Provides login and logout for the admin part of the site. We keep the logins seperate rather than use a permission for this because keeping the tokens in separate locations allows us to more easily manage the different requirements between the normal site and the admin site

Summary

Functions

callback(conn, params, current_user, claims)
impersonate(conn, params, current_user, claims)
logout(conn, params, current_user, claims)
new(conn, params, current_user, claims)
stop_impersonating(conn, params, current_user, claims)