meteor-mysql
meteor-mysql copied to clipboard
Login mechanism
Hi,
Is there any way I can reuse the accounts from Meteor avoiding the Users collection and having all my users info in a SQL table? If not, do I have to built the login from scratch?
Thanks
There is currently no standard pattern for accounts using this package. Currently you must either deal with having the Users data in Mongo and the rest in SQL or write your login system yourself. A SQL based accounts package would be very awesome.