Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 816 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 816 Bytes

sample-multiple-nest-http-auths

Overview

This repo is a sample of customized @nest/axios module which is manages different types of authorizations such as

  • API Keys
  • Auth0 M2M
  • AWS sig4

Document

An article which explains this repo.
Manage multiple @nest/http auth methods

Description

Suppose your product is designed using a microservices architecture and uses NestJS for the Backend for Frontend (BFF). Due to its role, the BFF interacts with multiple services, which can include both internal servers and third-party SaaS providers. As a result, managing different types of authorizations simultaneously becomes essential.

License

Nest is MIT licensed.