README.md added

This commit is contained in:
ahmadbilalkhalid 2019-10-07 22:20:22 +05:00
parent 227b2759c7
commit 90f88cd456

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# uotp
### Aims to replace ungleich-otp
**uotp** is a full blown authentication and authorisation service
made for micro services.
The basic idea is that every micro service has a (long term) triple
constisting of (name, realm, seed) and creates time based tokens.
This basically revamps Kerberos in a simple way into the web area.
uotp has been created and is maintained by ungleich.
**Technologies Used**
* Flask
* PyOTP
* Etcd