Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use noSql to store server.data #9

Closed
EvilLord666 opened this issue Sep 17, 2022 · 4 comments
Closed

Use noSql to store server.data #9

EvilLord666 opened this issue Sep 17, 2022 · 4 comments
Assignees
Labels
Backend data source All issues related to store auth server data

Comments

@EvilLord666
Copy link
Member

We should add reading data not only from file but also from MongoDB

@EvilLord666 EvilLord666 changed the title Use mongoDb to store server.data Use noSql to store server.data Dec 16, 2022
@EvilLord666
Copy link
Member Author

Unfortunately we can't use MongoDb, so we will use Redis with data synch on a disk (AOF approach)

@EvilLord666 EvilLord666 self-assigned this Dec 23, 2022
@EvilLord666
Copy link
Member Author

Code to work with Redis done, testing is required

@EvilLord666 EvilLord666 added data source All issues related to store auth server data Backend labels Jul 31, 2023
@EvilLord666
Copy link
Member Author

EvilLord666 commented Sep 25, 2023

We almost at finish line, checked:

  • issue new token
  • get userinfo
  • refresh token
  • introspect token

@EvilLord666
Copy link
Member Author

Finally all methods works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend data source All issues related to store auth server data
Projects
Status: Done
Development

No branches or pull requests

1 participant