Go to file
ahmadbilalkhalid 90f88cd456 README.md added 2019-10-07 22:20:22 +05:00
.env.sample initial commit 2019-10-07 22:13:42 +05:00
.gitignore initial commit 2019-10-07 22:13:42 +05:00
Pipfile initial commit 2019-10-07 22:13:42 +05:00
Pipfile.lock initial commit 2019-10-07 22:13:42 +05:00
README.md README.md added 2019-10-07 22:20:22 +05:00
app.py initial commit 2019-10-07 22:13:42 +05:00
config.py initial commit 2019-10-07 22:13:42 +05:00
helper.py initial commit 2019-10-07 22:13:42 +05:00
schemas.py initial commit 2019-10-07 22:13:42 +05:00

README.md

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