https://github.com/panesardev/ngx-jwt-auth
Angular JWT Authentication Starter Template
https://github.com/panesardev/ngx-jwt-auth
Last synced: 4 months ago
JSON representation
Angular JWT Authentication Starter Template
- Host: GitHub
- URL: https://github.com/panesardev/ngx-jwt-auth
- Owner: panesardev
- Created: 2024-09-01T13:39:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-15T20:58:49.000Z (about 1 year ago)
- Last Synced: 2024-11-24T08:04:44.480Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- trackawesomelist - ngx-jwt-auth (⭐1) - Angular JWT Authentication Starter Template. (Recently Updated / [Nov 23, 2024](/content/2024/11/23/README.md))
- fucking-awesome-angular - ngx-jwt-auth - Angular JWT Authentication Starter Template. (Table of contents / Angular)
- awesome-angular - ngx-jwt-auth - Angular JWT Authentication Starter Template. (Table of contents / Angular)
README
# Angular JWT Authentication Starter Template
✅ Opinionated naming and structure\
✅ Enabled Angular server-side rendering\
✅ Pre-configured JWT authentication\
✅ Extendable generic domain service\
✅ Server compatible local storage service\
✅ Tailwindcss for styling\
✅ Customizable Modals with lazy loading\
✅ Customizable TitleResolver for pages
See [api-starter](https://github.com/panesardev/api-starter) template for backend jwt auth api.
## Rename this project
replace "ngx-jwt-auth" to "your-project-name" in these files:
- angular.json
- package.json
- src/app/app.constants.ts
- src/index.html
## Change git origin
Make sure to set your own git repo origin after cloning this repo.
```bash
$ git remote set-url origin "your-repo-url.git"
```
## No testing frameworks
Do not use this template in production as it does not have any support for testing.