oxide-auth icon indicating copy to clipboard operation
oxide-auth copied to clipboard

Explore options for token invalidation

Open HeroicKatora opened this issue 6 years ago • 0 comments

Project Improvement

Self-encoded tokens suffer from not being revokable at all. At the same time, the storage backend does not yet remove expired tokens from memory and offers no interface for manually invalidating an existing token.

Both aspects are worth exploring as a security improvement, and even reducing memory footprint for the storage case. A first idea is to sweep the token store after some timer has expired or on the next mutable access after a timepoint.

This is open for suggestions and discussion.

Tracking pull request

  • [ ] A pull request does not yet exist

HeroicKatora avatar Feb 07 '18 18:02 HeroicKatora