-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentication example [feature request] #463
Comments
That would be a nice addition, PR maybe ? 😉 |
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. |
Hi @GuateDevIO yes that would be great! |
@GuateDevIO - I would be very interested in this as well. |
Any updates on this topic ? |
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 the Angular 8 migration is finished, an richer auth example would be nice but would prefer to keep it simple and NOT introduce Anyway a nice login page with either simulated login or against some free API would be nice! |
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 |
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? |
How about a heroku version? |
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. |
Any update guys on login page example? @tomastrajan |
For those who are seeking a good example of Auth with ngrx check this repo: https://github.com/samjulien/nostalgia-mart |
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
The text was updated successfully, but these errors were encountered: