Skip to content

Commit 410c1be

Browse files
committed
add screenshots to readme
1 parent d62ea1d commit 410c1be

File tree

7 files changed

+27
-5
lines changed

7 files changed

+27
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.0 (2024-10-29)
2+
3+
- Add screenshots to readme
4+
15
## 1.1.0 (2024-10-29)
26

37
- Add support for running the React app in Docker Compose, and keep support for running it locally

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Minimal, reproducible example for Keycloak + React.
66

77
<!-- toc -->
88

9+
- [Screenshots](#screenshots)
10+
* [Login](#login)
11+
* [Home](#home)
12+
* [Playground](#playground)
913
- [Why](#why)
1014
- [Setup](#setup)
1115
* [Docker Compose](#docker-compose)
@@ -25,15 +29,30 @@ Minimal, reproducible example for Keycloak + React.
2529
* [Making an API request](#making-an-api-request)
2630
- [Seeded data](#seeded-data)
2731
* [Clients](#clients)
28-
* [Login](#login)
32+
* [Login](#login-1)
2933
* [Tokens](#tokens)
3034
* [Email](#email)
3135
- [Sharing](#sharing)
3236
- [Disclaimers](#disclaimers)
3337
- [History](#history)
38+
- [Contributing](#contributing)
3439

3540
<!-- tocstop -->
3641

42+
## Screenshots
43+
44+
### Login
45+
46+
![](assets/screencapture-login.png)
47+
48+
### Home
49+
50+
![](assets/screencapture-home.png)
51+
52+
### Playground
53+
54+
![](assets/screencapture-playground.png)
55+
3756
## Why
3857

3958
I often see questions in the [Keycloak forums](https://keycloak.discourse.group) on how to use it with React. On the other hand, I often see questions in the [react-oidc-context repo](https://github.com/authts/react-oidc-context) on how to use it with Keycloak.

assets/screencapture-home.png

468 KB
Loading

assets/screencapture-login.png

148 KB
Loading

assets/screencapture-playground.png

258 KB
Loading

package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0",
2+
"version": "1.2.0",
33
"scripts": {
44
"toc": "markdown-toc -i README.md"
55
},

0 commit comments

Comments
 (0)