Althaf

Results 8 comments of Althaf

is there any way we could achieve this?

Thanks @JerrySievert and @hellower

hi, access token is still valid even after the logout function is called. Is it something to do with access_token.

> AFAIK, every time you request a new token, a new session is created for the user: > > ```python > >>> oid = keycloak.KeycloakOpenID(server_url="https://keycloak.devel/gallery/keycloak/auth/", realm_name="master", client_id="adaboard", verify=False) > >>>...

I tried above api as well, but the user is not getting logged out from keycloak.

when can we expect support of views/function in platformatic?

if I have 15 custom database schemas, and there are changes needed in all the tables within these schemas, do I have to create 15 different JSON files and execute...

hey, But migration scripts should not be same for each schemas, it could differ from schema to schema. Say - schema A needs to have a table created. - schema...