Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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