https://github.com/storytellercz/meteor-sample-admin-login-handler
This is a companion code for Extending Meteor Accounts (login system) article.
https://github.com/storytellercz/meteor-sample-admin-login-handler
accounts example meteor meteorjs
Last synced: 6 months ago
JSON representation
This is a companion code for Extending Meteor Accounts (login system) article.
- Host: GitHub
- URL: https://github.com/storytellercz/meteor-sample-admin-login-handler
- Owner: StorytellerCZ
- License: mit
- Created: 2021-08-22T08:54:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-22T09:07:54.000Z (almost 5 years ago)
- Last Synced: 2025-01-27T06:12:40.871Z (over 1 year ago)
- Topics: accounts, example, meteor, meteorjs
- Language: JavaScript
- Homepage: https://dev.to/storytellercz/extending-meteor-accounts-login-system-5h5g
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# meteor-sample-admin-login-handler
This is a companion code for [Extending Meteor Accounts (login system)](https://dev.to/storytellercz/extending-meteor-accounts-login-system-5h5g) article.
> This is not a properly implemented authentication system! It is only for demonstration purposes!