Namespace Softadmin.Api.Login
Classes that relate to clients logging in.
Classes
LoginPlugin
A plugin that is executed on the login page.
PostLoginPlugin
A plugin that is executed when the user has logged in.
PreLoginPlugin
A plugin that is executed when the client visits the login page.
UserAuthenticationPlugin
A plugin that validates username/password pairs.
Interfaces
IUserState
Controls the logged in user. Setting the logged in user will cause the login page to skip asking the client for username and password and forward the user directly into the system.