-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Authentication #62
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
Comments
I might keep this repo as client only and move features such as this into the fullstack-angular2-starter. I can give an example of auth with cookies/jwt (prefered jwt) but the router also needs to be stable. With that said would you be fine with two starter repos (one simply client only and the other fullstack with more opinions such as auth and data management) ? Previously the |
Hi, The middleware problem is not limited to client/server. i ve looked into angular 2, they are some things i actually doesn't see how to handle yet. |
it is fixed auth0-blog/angular2-authentication-sample#38 |
the fullstack repo will have jwt authentication I'll revisit the issue when we publish it |
Hi,
I think a starter pack should provide a way to know if a user is logged in or not.
Thought the authentication process could just mock the calls to a server.
There is not an real word application that doesn't need to know if the user can or not do the action.
A clean way to handle login and permissions with the best practice of how to handle such middleware will make it a perfect starter pack.
Just adding : https://github.com/auth0/angular2-authentication-sample
is not enough since the code is not generic enough.
The text was updated successfully, but these errors were encountered: