README.md added
This commit is contained in:
parent
227b2759c7
commit
90f88cd456
1 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal 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
|
Loading…
Reference in a new issue