https://github.com/realpython/angular4-auth
jwt auth with angular 4
https://github.com/realpython/angular4-auth
Last synced: 7 months ago
JSON representation
jwt auth with angular 4
- Host: GitHub
- URL: https://github.com/realpython/angular4-auth
- Owner: realpython
- Created: 2017-08-28T02:24:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T22:34:17.000Z (over 7 years ago)
- Last Synced: 2025-05-07T21:03:44.753Z (7 months ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 28
- Watchers: 4
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 4 Auth
## Want to learn how to build this project?
Check out the [blog post](https://realpython.com/blog/python/user-authentication-with-angular-4-and-flask/).
## Want to use this project?
### Basics
1. Fork/Clone
1. Install dependencies - `npm install`
1. Start the server - `ng serve`