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

No logout option #12

Open rmetcalf9 opened 6 years ago

rmetcalf9 commented 6 years ago

The API has no logout endpoint. This should be authenticated and allow a user to clear their JWT Token. Currently the end user app just forgets the token but it would be more secure if a logout service is provided.