Skip to content

Latest commit

 

History

History

example

Typescript OAuth2.0 Server Example

Want a better example?

See the ts-oauth2-server-example repository for a more full example.

Getting Started

cp .env.example .env
# String, buffer, or object containing either the secret for HMAC algorithms or the PEM encoded private key for RSA and ECDSA
# https://github.com/auth0/node-jsonwebtoken#usage
OAUTH_CODES_SECRET=changeme