Skip to content

Commit

Permalink
Merge pull request #86 from Bdaya-Dev/docs/add-oidc-web-store
Browse files Browse the repository at this point in the history
docs: update to include OidcWebStore in oidc usage section
  • Loading branch information
ahmednfwela authored Jun 8, 2024
2 parents 700d772 + d96bd99 commit ec01ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/oidc-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ you can use [![package:jose_plus][jose_plus_image]][jose_plus_link] to help you.
#### store
an instance of `OidcStore`, we provide 2 types of stores out of the box, depending on your use case:
an instance of `OidcStore`, we provide 3 types of stores out of the box, depending on your use case:
1. `OidcMemoryStore` from [package:oidc_core](oidc_core.md); which stores the auth state in memory (good for CLI apps or during testing).
2. `OidcDefaultStore` from [package:oidc_default_store](oidc_default_store.md); which persists the auth state on disk or `localStorage` on web, And tries to encrypt the data if possible.
3. `OidcWebStore` from [package:oidc_web_core](oidc_web_core.md); which persists the auth state on `localStorage`/`session_storage` on web.
#### settings
settings to control the behavior of the instance.
Expand Down

0 comments on commit ec01ceb

Please sign in to comment.