Skip to content

Commit

Permalink
Merge pull request #71 from ArikRahman/patch-1
Browse files Browse the repository at this point in the history
Update overview.md
  • Loading branch information
h3rald authored Jan 6, 2024
2 parents 93f8a5f + 12a9933 commit 648970b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/admin/md/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Despite being fairly small and self-contained, LiteStore comes with many useful

#### Multi-format Documents

LiteStore can be used to store documents in virtually any format, as long as you specify an appropriate content type for them. Textual documents are stored as-is, while binary documents are base64-encoded (not the best thing in the world, but definitely the easiest and most portal option).
LiteStore can be used to store documents in virtually any format, as long as you specify an appropriate content type for them. Textual documents are stored as-is, while binary documents are base64-encoded (not the best thing in the world, but definitely the easiest and most portable option).

#### Document Tagging

Expand All @@ -41,7 +41,7 @@ Every operation can be performed on the data store using a simple but powerful R

#### JWT-based Authorization

LiteStore can be configure validate [JWT](https://jwt.io/) tokens and configure access to specific resources based on specific [OAuth2 scopes](https://oauth.net/2/scope/).
LiteStore can be configured to validate [JWT](https://jwt.io/) tokens and configure access to specific resources based on specific [OAuth2 scopes](https://oauth.net/2/scope/).

#### Middleware

Expand All @@ -65,4 +65,4 @@ To make serving a single-page application _from LiteStore_ even easier and faste

#### Directory Mounting and Mirroring

After importing the contents of a directory into a LiteStore data store, you can _mount it_ on LiteStore and mirror all data store changes to the filesystem. Incidentally, that's how most of the LiteStore Admin test app was built [](class:fa-face-smile).
After importing the contents of a directory into a LiteStore data store, you can _mount it_ on LiteStore and mirror all data store changes to the filesystem. Incidentally, that's how most of the LiteStore Admin test app was built [](class:fa-smile-o).

0 comments on commit 648970b

Please sign in to comment.