angular-ngrx-material-starter icon indicating copy to clipboard operation
angular-ngrx-material-starter copied to clipboard

Authentication example [feature request]

Open gaspo53 opened this issue 5 years ago • 13 comments

First of all, THANKS A LOT for this huge piece of great work!!!! Honestly, really appreciated. What I'm suggesting is for you guys to add an Auth form (login), and mostly an example hitting an Oauth2 backend to perform a login.

Thanks

gaspo53 avatar Mar 26 '19 21:03 gaspo53

That would be a nice addition, PR maybe ? 😉

tomastrajan avatar Mar 27 '19 07:03 tomastrajan

I am working to integrate Firebase Authentication to this project. If interested I can submit a PR once I am done with the revisions and tests.

GuateDevIO avatar Mar 27 '19 22:03 GuateDevIO

Hi @GuateDevIO yes that would be great!

tomastrajan avatar Mar 28 '19 06:03 tomastrajan

@GuateDevIO - I would be very interested in this as well.

countrdd avatar Apr 02 '19 11:04 countrdd

Any updates on this topic ?

ramax495 avatar Jun 10 '19 07:06 ramax495

I am migrating my projects to Angular 8 and I believe Tomas is also doing the same with this project. I think it will be better to wait for the upgrade to be done and then I can possibly submit a PR for the Authentication. Also I think its a great moment to introduce Nestjs to this project. I started using it recently and I am very impressed. Due to my new job it may take me some time to get this done hence anyone is welcome to submit a PR for this. Thanks.

GuateDevIO avatar Jun 11 '19 00:06 GuateDevIO

@GuateDevIO the Angular 8 migration is finished, an richer auth example would be nice but would prefer to keep it simple and NOT introduce nestjs ( even though I am a big fan! ) to keep both the starter and the deployment process simple. Current deployment to github pages would not be enough for node backend.

Anyway a nice login page with either simulated login or against some free API would be nice!

tomastrajan avatar Jun 25 '19 07:06 tomastrajan

Tomas, and everyone else, thank you!!!!!!! I am almost done with the auth for graphqll for my project...should I submit a PR? Maybe as a feature

kasparov112000 avatar Jul 19 '19 01:07 kasparov112000

With auth it is complicated, you usually need some kind of server right ?

This starer is deployed to GH pages so there is no possibility of having backend, so it is hard to imagine how to make this work frontend only so that when people clone this project then it just works as expected... ideas?

tomastrajan avatar Jul 19 '19 07:07 tomastrajan

How about a heroku version?

kasparov112000 avatar Jul 26 '19 01:07 kasparov112000

Using Google Firebase Auth would be a good solution to this issue, should be no trouble deploying to GH.

One still needs to configure the Firebase project however.

twindual avatar Aug 09 '19 17:08 twindual

Any update guys on login page example? @tomastrajan

parthnayak7448 avatar Feb 03 '20 18:02 parthnayak7448

For those who are seeking a good example of Auth with ngrx check this repo: https://github.com/samjulien/nostalgia-mart

daboudii avatar May 15 '20 11:05 daboudii