Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 622 Bytes

readme.md

File metadata and controls

23 lines (18 loc) · 622 Bytes

OAuth2 playground

A simple implementation of oauth2 using python, as a playground, it doesn't do too much checking.

Requirements

Python 3.3

Dependencies

None

Start

python index.py

If chrome doesn't open, please browse http://127.0.0.1:8080 by yourself
Three servers will be opened once running the above command including
authorization server, client and resource server.

If there is any problem opening because of using port, you may change the port from config.py

From Docker

docker run --rm -tp 8010:8010 -p 8080:8080 nealyip/oauth2-playground