197g / 197g/oxide-auth

Implementing token backend persistency

Open
#76 4 comments 0 reactions 0 assignees View on GitHub
feature
Dominant language
Rust
Stars
783
Forks
102
PR merge metrics
No merged PRs in 30d

Description

# Feature

Currently when using oxide-auth within an api which will be deploy multiple times with a LB on front we can't rely on the internal vector which hold the generated tokens.

We need to be able to share a common backend for those tokens to allow multiple instance to access those DB and check for the tokens validity.

I was thinking of Redis but other connectors can be implemented.

## Alternatives

I don't really see any alternatives to a shared backend storage.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.