Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 3cf38c1

Browse files
author
Fuss Florian (uid10804)
committed
docs(readme): add example to customization section
1 parent 21e9cde commit 3cf38c1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- Optional: Use a generated API Key
2020
- Customization:
2121
- This solution written in **Typescript** can be easily extended for additional enhanced scenarios
22-
- adding user authentication
22+
- adding user authentication ([Here`s an example](https://github.com/pharindoko/jsonsls-vue-cognito-demo))
2323
- own custom domain
2424
- additional routes etc.
2525

@@ -129,6 +129,11 @@ What`s my {route} ? -> see [json-server documentation](https://github.com/typico
129129

130130
## Customization
131131

132+
### Examples
133+
134+
Please have a look at this example to see how you can add own middleware and authentication.
135+
https://github.com/pharindoko/jsonsls-vue-cognito-demo
136+
132137
### Update content of db.json
133138

134139
1. update local db.json file in root directory with new values

0 commit comments

Comments
 (0)