chris-visser / meteor-vue-admin

A fully functional Meteor + Vue admin system with Meteor account integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use a modal view for authentication

cramrov opened this issue · comments

commented

Hi @chris-visser ,
First of all, congrats for this awesome project!
Could you make a version of the project that uses a modal view for authentication using the mixins and redirects?

Thank you!

I did put a mention about in the documentation, but I'm still thinking of how I can make both options available via plugins. The dedicated page approach is atm my preferred option, but if there are lots of people with this request I would have no issues to switch to the modal based approach.

commented

Thank you, I’ll prefer the modal view, but it’s OK for now.

Happy to say that I've experimented with it. There is a branch where it's actually working. Next step will be to either make this a simple option (instead of changing it).

you can read more about it here:

https://github.com/chris-visser/meteor-vue-admin/tree/feature/gateway-modal/src/app/features/auth

commented

Very nice @chris-visser , thank you for your time! 👍