Added README.org

This commit is contained in:
Yann Esposito (Yogsototh) 2018-02-08 17:16:18 +01:00
parent 767ccd60ab
commit f49c2fa26d
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

14
README.org Normal file
View file

@ -0,0 +1,14 @@
#+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