meteor-useraccounts / core

Meteor sign up and sign in templates' core functionalities
http://useraccounts.meteor.com/
MIT License
529 stars 282 forks source link

ui-router integration #588

Open canac opened 8 years ago

canac commented 8 years ago

This useraccounts project looks amazing, and I would absolutely love to use it in my project! However, in that project I am using Ionic and angular-meteor, as well as ui-router. Migrating to iron-router or flow-router isn't an option for me. What are the chances of adding ui-router support to useraccounts?

buitregool commented 8 years ago

Hi Canac. I'm also waiting for that implementation. Meanwhile, you could add 'useraccounts:ionic' package, remove iron-router package, and add 'urigo:angular-blaze-template' package to render useraccounts templates i.e:

<ion-view title="Login">
    <div class="padding">
        <blaze-template name="atForm"></blaze-template>
    </div>
</ion-view>

Of course u would lose some of the useraccounts features, like configureRoute, but it still worthy.

canac commented 8 years ago

@buitregool Thanks for that suggestion. I will give it a shot when I have a chance.

slissner commented 8 years ago

Anyone working on this? Would be highly appreciated!

Also have a look here: https://www.angular-meteor.com/tutorials/socially/angular1/user-accounts-authentication-and-permissions

Probably this helps.