Skip to content

✨ Add CRUD methods to AuthStorage interface for AuthProvider models #1374

Description

@linkdd

Scope

other

Desired Behavior

Needed methods:

  • ListAuthProviders
  • FetchAuthProvider (by name)
  • SaveAuthProvider
  • DeleteAuthProvider

Then, implement said methods in the BadgerDB storage backend. Data model should be:

Key Value
provider:<provider type>:<provider name> AuthProvider model encoded in JSON

Metadata

Metadata

Assignees

Labels

good first issueIssue easy enough for new contributorshelp wantedSome help from external contributors would be appreciated to solve this issue

Fields

Priority

Medium

Effort

Low

Projects

Status
In Progress

Relationships

None yet

Development

No branches or pull requests

Issue actions