https://github.com/fosouzadev-public/angular-auth
Projeto frontend para estudo de autenticação com o Angular.
https://github.com/fosouzadev-public/angular-auth
angular authentication microsoft-entra-id typescript
Last synced: about 2 months ago
JSON representation
Projeto frontend para estudo de autenticação com o Angular.
- Host: GitHub
- URL: https://github.com/fosouzadev-public/angular-auth
- Owner: fosouzadev-public
- Created: 2024-11-22T22:53:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T23:30:56.000Z (over 1 year ago)
- Last Synced: 2025-01-13T22:39:09.346Z (over 1 year ago)
- Topics: angular, authentication, microsoft-entra-id, typescript
- Language: TypeScript
- Homepage:
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SPA Angular
Projeto frontend para estudo de autenticação com o [Angular](https://angular.dev/).
## Comandos para criação do projeto
```
ng new {nome projeto} --inline-style=false --inline-template=false --minimal --routing=true
```
## Projetos
### basic-auth
Projeto utilizado para validar o funcionamento do `guard` no Angular.
### microsoft-entra-id-auth
Projeto utilizado para testar a autenticação com o [Microsoft Entra ID](https://www.microsoft.com/pt-br/security/business/identity-access/microsoft-entra-id).