domfarolino / angular2-login-seed

(deprecated) Seed app w/ Angular2, Node, Express, and OAuth login
https://domfarolino.com/angular2-login-seed
MIT License
181 stars 77 forks source link

Local authetication #1

Closed Nedvedyy closed 8 years ago

Nedvedyy commented 8 years ago

Hi,

Nice job. Thanks.

Any plan to add in local authentication?

Regards Ned

domfarolino commented 8 years ago

Yes that's something I want to get to this week. Shouldn't be too difficult, however if you wish to contribute be my guest!

domfarolino commented 8 years ago

@Nedvedyy The feature is almost implemented. Should be up within a day, only thing is it will not consist of asynchronous validation for username and email on the registration page due to this ng2 issue. Some of the pieces for that will be put in place but it won't be implemented fully. Me and @babeal went through this quite a bit this evening and the functionality of using debounceTime with async validators is kinda...odd right now

domfarolino commented 8 years ago

Commit 99516f3 adds feature and closes issue