angular-authentication
angular-authentication copied to clipboard
An Angular application that demonstrates best practices for user authentication & authorization flows.
Angular Authentication
An Angular application that demonstrates best practices for user authentication & authorization flows.
By @nikosanif
Table of Contents
- Live Demo
- Getting Started
- Features
- Tech Stack
- High-level Design
- Contributing
- Support
- License
Live Demo
Live application: angular-authentication.netlify.app

Getting Started
Prerequisites
Setup & Usage
- Clone this repository:
git clone [email protected]:nikosanif/angular-authentication.git cd angular-authentication- Install dependencies:
npm install - Serve the Angular app:
npm start - Open your browser at:
http://localhost:4200
Useful Commands
npm start- starts a dev server of Angular appnpm run build:prod- builds full prod buildnpm run lint- linting source code of this projectnpm run format:check- runs prettier to check for formatting errorsnpm run format:write- runs prettier to format whole code basenpm run release- runs standard-version to create new releasenpm run analyze- runs Webpack Bundle Analyzer to examine chunk files
Features
Authentication Flows

Other Features
- Lazy loading of Angular modules
- API requests with
@ngrx/effects - Responsive design
- In-memory Web API
Tech Stack
- Angular
- NgRX - @ngrx/{store,effects,component}
- Taiga UI
- Tailwind CSS
- Other dev tools
- ESLint
- Prettier
- Husky
- standard-vesrion
High-level Design
Below is the high-level structure of the application.
./src
├── app
│ ├── app # root app component
│ │ ├── app.component.html
│ │ ├── app.component.scss
│ │ └── app.component.ts
│ │
│ ├── app-routing.module.ts
│ ├── app.module.ts
│ │
│ ├── auth # includes authentication logic
│ │ ├── auth.module.ts
│ │ ├── auth.service.ts
│ │ ├── guards
│ │ ├── interceptors
│ │ ├── login
│ │ └── store
│ │
│ ├── core # includes core utilities
│ │ ├── core.module.ts
│ │ ├── fake-api
│ │ └── services
│ │
│ ├── features # all features of application
│ │ ├── about
│ │ ├── home
│ │ └── secured-feat
│ │
│ └── shared # shared UI modules and utilities
│ ├── ui
│ └── util
│
├── assets
│ ├── ...
│
├── environments
│ ├── environment.prod.ts
│ └── environment.ts
│
├── ...
│
└── theme # global theme styles
├── _components.scss
├── _typography.scss
└── index.scss
Contributing
Who is for this? I would love for you to contribute to Angular Authentication! Before you start, please read the Contributor Guide.
If you have found any bug in the source code or want to request a new feature, you can help by submitting an issue at GitHub. Even better, you can fork this repository and submit a PR with the fix or the new feature description.
Support
Author: Nikos Anifantis ✍️
- Fullstack Software Engineer - I’m currently working on Angular & Node.js application development.
- I write stuff at dev.to/nikosanif and nikosanif.medium.com
- How to reach me:
or
License
Feel free to use this repository, but please star and put a reference to this repository. :pray: :heart: