libSmalldb  v0.6
Classes
Smalldb\StateMachine\Auth Namespace Reference

Description

Authentication and authorization.

Classes

class  AllowAllAuth
 IAuth implementation which allows everything (for testing only). More...
 
class  CookieAuth
 IAuth implementation using Smalldb state machine and shared session token in a cookie to identify SharedTokenMachine instance. More...
 
interface  IAuth
 Authenticator interface. More...
 
class  RuntimeException
 Something went wrong in state machine authentication. More...
 
class  SharedTokenMachine
 Session management using a shared token. More...