1
0
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:
Aaron 2015-03-15 11:24:38 -07:00
parent fc0ec60a4f
commit 87e0ab9835
6 changed files with 0 additions and 26 deletions

View File

@ -1,4 +0,0 @@
Auth
=========
Auth authorizes users using credentials.

View File

@ -1,4 +0,0 @@
Confirm
=========
Confirm ensures registered users must confirm via e-mail before being an active user.

View File

@ -1,4 +0,0 @@
Lock
=========
Locks user accounts that have failed authentication a number of times.

View File

@ -1,4 +0,0 @@
Recover
=========
Recover implements password recovery mechanisms.

View File

@ -1,4 +0,0 @@
Register
=========
Register allows users to register a new user account.

View File

@ -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.