bump package version to 1.1.1
[squeep-authentication-module] / README.md
1 # @squeep/authentication-module
2
3 Common session-based authentication routines, page templates, and management handlers.
4
5 Specific to Squeep Framework Applications, this module has strong opinions and makes many assumptions.
6
7 Supports IndieAuth profile identifiers, and database-backed user identifiers.
8
9 ## API
10
11 ### Authenticator
12
13 Class which fetches and validates identifiers and their credentials from database.
14
15 There are some methods for dealing with Basic auth in here as well, but they are not used by sessions.
16
17 ### SessionManager
18
19 Class providing service handler functions for rendering and processing session login and logout pages.