oauth2-client-demo/README.org
Yann Esposito (Yogsototh) f49c2fa26d
Added README.org
2018-02-08 17:17:15 +01:00

14 lines
285 B
Org Mode

#+Title: OAuth2 Client Demo
#+Author: Yann Esposito
Brutalist OAuth2 client demo.
Brutalist because the design is brutalist and the site is static, no server side code.
You can serve it with your preferred local file server.
#+BEGIN_SRC
python -m SimpleHTTPServer 9999
#+END_SRC