Commit 510619f55ae453f53b437f45969be83a7934d35e
1 parent
f60c4c89b7
Exists in
master
Clean up documentation about authentication.
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
README.md
... | ... | @@ -93,9 +93,11 @@ A collection of pre-defined routes and templates for common functionality (see A |
93 | 93 | ``` |
94 | 94 | |
95 | 95 | ###### Authentication (Not Included Yet, Just Documenting) |
96 | -A complete authentication pattern complete with: signup, login, and password recovery. Feautres: | |
96 | +A complete authentication pattern complete with: | |
97 | 97 | |
98 | -- Server-only Account Creation (to prevent client-side signups) | |
98 | +- Signup (at /signup) | |
99 | +- Login (at /login) | |
100 | +- Password Recovery (at /recover-password and /reset-password) | |
99 | 101 | |
100 | 102 | ###### Automatic Admin User Creation |
101 | 103 | When developing, having a handful of user accounts to test your application with can come in handy. Base comes with an automated account generation script located in `server/admin/startup.coffee` that creates accounts based on an array of specified users. **Note: by default this creates one Admin user on server startup, so make sure to customize or remove this user so the public can't access your app**. | ... | ... |