Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manish312002/multiauth
MultiAuth is a project that demonstrates how to use different authentication methods to access and interact with APIs. It includes examples for basic authentication, API keys, and bearer tokens.
https://github.com/manish312002/multiauth
Last synced: 18 days ago
JSON representation
MultiAuth is a project that demonstrates how to use different authentication methods to access and interact with APIs. It includes examples for basic authentication, API keys, and bearer tokens.
- Host: GitHub
- URL: https://github.com/manish312002/multiauth
- Owner: Manish312002
- Created: 2024-08-13T10:12:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T10:17:55.000Z (6 months ago)
- Last Synced: 2024-11-10T20:08:38.558Z (3 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MultiAuth
**MultiAuth** is a Node.js application that demonstrates different authentication methods for interacting with APIs. It showcases examples of basic authentication, API keys, and bearer tokens.
## Features
- **No Authentication**: Access public API endpoints without any credentials.
- **Basic Authentication**: Secure access using a username and password.
- **API Key**: Authenticate requests with an API key.
- **Bearer Token**: Access protected resources using a bearer token.## Install NPM Packages
- npm i express ejs axion