No description
Find a file
2019-11-11 22:59:10 +05:00
scripts fixed issue caused by passing kwarg to arg_parser.add_argument() 2019-11-11 22:59:10 +05:00
tests Fixed misconseption: Same name but different realm represent different people 2019-11-11 22:48:20 +05:00
.env.sample PORT added in .env.sample 2019-11-11 22:51:57 +05:00
.gitignore Delete/List Added, Unit Tests created 2019-10-08 23:07:28 +05:00
app.py Fixed misconseption: Same name but different realm represent different people 2019-11-11 22:48:20 +05:00
config.py initial commit 2019-10-07 22:13:42 +05:00
helper.py Fixed misconseption: Same name but different realm represent different people 2019-11-11 22:48:20 +05:00
Pipfile Fixed misconseption: Same name but different realm represent different people 2019-11-11 22:48:20 +05:00
Pipfile.lock Fixed misconseption: Same name but different realm represent different people 2019-11-11 22:48:20 +05:00
README.md README.md added 2019-10-07 22:20:22 +05:00
schemas.py Fixed misconseption: Same name but different realm represent different people 2019-11-11 22:48:20 +05:00

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