rmetcalf9 / kong_ldap_login_endpoint

A flask python application creates a login endpoint that authenticates a user with an LDAP server, adds a consumer for the user to a Kong API gateway giving the caller a JWT token.
MIT License
6 stars 1 forks source link

More than one user can't log in at the same time #11

Closed rmetcalf9 closed 6 years ago

rmetcalf9 commented 6 years ago

Due to the fact that the key for the JWT credential has to be unique more than one user can't log in to the system at the same time.