sczyh30 / vertx-blueprint-microservice

Vert.x Blueprint Project - Micro-Shop microservice application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logout not working

mavencode01 opened this issue · comments

I tried to following your example to implement a gateway for my service.

The logout seems not to be working when the user goes back to a protected URL.

How can I fix this?

Yes the logout is not working as the auth example here is only a sample. I'll fix this in the next version. You may refer to the documentation of Keycloak: http://www.keycloak.org/documentation.html.

Related to #5