mirror of
https://github.com/volatiletech/authboss.git
synced 2024-11-24 08:42:17 +02:00
Delete useless readme files.
This commit is contained in:
parent
fc0ec60a4f
commit
87e0ab9835
@ -1,4 +0,0 @@
|
||||
Auth
|
||||
=========
|
||||
|
||||
Auth authorizes users using credentials.
|
@ -1,4 +0,0 @@
|
||||
Confirm
|
||||
=========
|
||||
|
||||
Confirm ensures registered users must confirm via e-mail before being an active user.
|
@ -1,4 +0,0 @@
|
||||
Lock
|
||||
=========
|
||||
|
||||
Locks user accounts that have failed authentication a number of times.
|
@ -1,4 +0,0 @@
|
||||
Recover
|
||||
=========
|
||||
|
||||
Recover implements password recovery mechanisms.
|
@ -1,4 +0,0 @@
|
||||
Register
|
||||
=========
|
||||
|
||||
Register allows users to register a new user account.
|
@ -1,6 +0,0 @@
|
||||
Remember
|
||||
=========
|
||||
|
||||
Remember module implements remebering users past the session cookie expiry. Also
|
||||
ensures that remembered users are marked as "half-authed" to easily allow denying
|
||||
of sensitive information until fully authed.
|
Loading…
Reference in New Issue
Block a user