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

Where is data stored? #54

Open
notramo opened this issue May 8, 2023 · 1 comment
Open

Where is data stored? #54

notramo opened this issue May 8, 2023 · 1 comment

Comments

@notramo
Copy link

notramo commented May 8, 2023

What kind of data does this shard store, and where is it stored?

@akadusei
Copy link
Contributor

akadusei commented May 8, 2023

Shield stores all data in the database. All secrets/tokens are stored as salted SHA-256 digests in the database. Generally, Shield stores users, passwords (bcrypt digests), emails, bearer tokens, password reset tokens, login tokens, email confirmation tokens, OAuth grants and clients. Check src/shield/models/ for all models created by Shield.

See the docs/ directory of this repository for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants