Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bernardo-mg/angular-http-basic-auth-example
Example using HTTP Basic authentication with Angular
https://github.com/bernardo-mg/angular-http-basic-auth-example
angular example http-basic
Last synced: about 1 month ago
JSON representation
Example using HTTP Basic authentication with Angular
- Host: GitHub
- URL: https://github.com/bernardo-mg/angular-http-basic-auth-example
- Owner: Bernardo-MG
- Created: 2022-03-20T12:18:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T23:36:59.000Z (over 1 year ago)
- Last Synced: 2024-04-15T15:48:34.668Z (9 months ago)
- Topics: angular, example, http-basic
- Language: TypeScript
- Homepage:
- Size: 938 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular HTTP Basic Authentication Example
Example using HTTP Basic authentication with Angular.
Run the [Spring WS Basic Security Example](https://github.com/bernardo-mg/spring-ws-basic-security-example) for the backend.
## Features
- HTTP Basic Authentication
- Remember me to keep logged in## Usage
The project can be deployed locally for testing:
```
npm start
```It will be available on `http://localhost:4200/`. Changes will be reloaded automatically.
### Running tests
To run the unit tests:
```
npm test
```## Collaborate
Any kind of help with the project will be well received, and there are two main ways to give such help:
- Reporting errors and asking for extensions through the issues management
- or forking the repository and extending the project### Issues management
Issues are managed at the GitHub [project issues tracker][issues], where any Github user may report bugs or ask for new features.
### Getting the code
If you wish to fork or modify the code, visit the [GitHub project page][scm], where the latest versions are always kept. Check the 'master' branch for the latest release, and the 'develop' for the current, and stable, development version.
## License
The project has been released under the [MIT License][license].
[issues]: https://github.com/Bernardo-MG/angular-http-basic-auth-example/issues
[license]: http://www.opensource.org/licenses/mit-license.php
[scm]: https://github.com/Bernardo-MG/angular-http-basic-auth-example