Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djhi/djhi-meteor-authentication
Authentication based on accounts-template with a few defaults. Not meant to be used by anyone but me :)
https://github.com/djhi/djhi-meteor-authentication
Last synced: 23 days ago
JSON representation
Authentication based on accounts-template with a few defaults. Not meant to be used by anyone but me :)
- Host: GitHub
- URL: https://github.com/djhi/djhi-meteor-authentication
- Owner: djhi
- Created: 2014-07-01T06:56:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-16T14:56:33.000Z (over 10 years ago)
- Last Synced: 2024-11-08T04:44:14.272Z (3 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security-for-routes.js
Awesome Lists containing this project
README
djhi-meteor-authentication
=====================Authentication based on accounts-template with default configuration and a few additions:
### Support for beta invitation code
You can specify a Meteor settings named `invitationCode`. If present, it will be used in the sign up form and validated on submit.### Profile name security
I also added code to ensure the user profile name does not contains `admin`, `root` or `system`.Not meant to be used by anyone but me :)