Skip to content

a simple oauth server that does NO real authentication and helps you test systems that depend on OAuth.

License

Notifications You must be signed in to change notification settings

votingworks/nOAuth

Repository files navigation

nOAuth

This is an OAuth server that performs zero actual authentication and is to be used for TESTING ONLY!

It has no state, and does just enough to be a valid oauth2 server as far as standard oauth libraries are concerned.

Run this with:

poetry install
PORT=<port> poetry run python noauth.py

The OAuth URLs are:

  • /authorize
  • /oauth/token
  • /userinfo

This only does OAuth2 bearer tokens and lets you fake authentication as any email address.

About

a simple oauth server that does NO real authentication and helps you test systems that depend on OAuth.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published