sqrl v0.3.0 Sqrl.AuthAgent
Storage of successfull authentication requests
Link to this section Summary
Functions
Check if the nut authenticated
Returns a specification to start this module under a supervisor
Removes nut after login is complete
Marks a nut as authenticated
Remove all open authentication
Link to this section Functions
Link to this function
authenticated?(nut)
Check if the nut authenticated
Link to this function
child_spec(arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
login_complete(nut)
Removes nut after login is complete
Link to this function
put_authenticated(nut, data)
Marks a nut as authenticated
Link to this function
remove_all()
Remove all open authentication
Link to this function
start_link(_)