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

https://github.com/wdalmut/forward-auth-js

Example of forward authentication
https://github.com/wdalmut/forward-auth-js

authentication express-middleware forward-auth middleware

Last synced: about 1 year ago
JSON representation

Example of forward authentication

Awesome Lists containing this project

README

          

# Forward Auth

Simple forward authentication example

```sh
npm i --save @wdalmut/forward-auth
```

## Usage

```js
forward("https://user.myendpoint.corley.it/v1/me")
```

## Usage with @wdalmut/mini-auth

```js
auth(forward("https://user.myendpoint.corley.it/v1/me"))
```