https://github.com/meteor/accounts
🚨🚫 [wip/stalled] Project to de-couple the accounts-model. Not the official Meteor "accounts"! 🚫🚨
https://github.com/meteor/accounts
Last synced: 4 months ago
JSON representation
🚨🚫 [wip/stalled] Project to de-couple the accounts-model. Not the official Meteor "accounts"! 🚫🚨
- Host: GitHub
- URL: https://github.com/meteor/accounts
- Owner: meteor
- Created: 2016-03-11T09:37:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T22:46:15.000Z (about 8 years ago)
- Last Synced: 2025-01-28T23:44:13.241Z (4 months ago)
- Homepage: http://github.com/meteor/meteor/issues
- Size: 8.45 MB
- Stars: 16
- Watchers: 5
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🚨 These are not the official "Meteor Accounts" packages 🚨
### 🚫 This is not the correct place to report issues! 🚫 ###The official Meteor Accounts packages are stored and officially supported via [the main Meteor repository](https://github.com/meteor/meteor/tree/devel/packages/) where they can be found in their respective `accounts-` folders.
If you have an issue with Meteor Accounts, you should make a reproduction and report it to [Meteor Issues](https://github.com/meteor/meteor/issues).
### Project Goals
This project was an attempt to decouple Meteor accounts but is not completed and still a work-in-progress (though currently stalled). One of the goals was to decouple the view layer, which has already been done on the main Meteor repository.