oauth 2.0 - Force expiring OpenStack Swift Tokens -


is there way force expire or revoke openstack swift tokens? looking api method this.

bing / google search didn't return useful.

in swauth (after version 1.0.7), try include "x-auth-new-token: true" in http header. , swauth issue new token , revoke old token.


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -