Skip to content

Commit

Permalink
Merge pull request #26 from authts/screenshots
Browse files Browse the repository at this point in the history
add screenshots to readme
  • Loading branch information
zach-betz-hln authored Oct 29, 2024
2 parents d62ea1d + 410c1be commit b9ace91
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.0 (2024-10-29)

- Add screenshots to readme

## 1.1.0 (2024-10-29)

- Add support for running the React app in Docker Compose, and keep support for running it locally
Expand Down
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Minimal, reproducible example for Keycloak + React.

<!-- toc -->

- [Screenshots](#screenshots)
* [Login](#login)
* [Home](#home)
* [Playground](#playground)
- [Why](#why)
- [Setup](#setup)
* [Docker Compose](#docker-compose)
Expand All @@ -25,15 +29,30 @@ Minimal, reproducible example for Keycloak + React.
* [Making an API request](#making-an-api-request)
- [Seeded data](#seeded-data)
* [Clients](#clients)
* [Login](#login)
* [Login](#login-1)
* [Tokens](#tokens)
* [Email](#email)
- [Sharing](#sharing)
- [Disclaimers](#disclaimers)
- [History](#history)
- [Contributing](#contributing)

<!-- tocstop -->

## Screenshots

### Login

![](assets/screencapture-login.png)

### Home

![](assets/screencapture-home.png)

### Playground

![](assets/screencapture-playground.png)

## Why

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.
Expand Down
Binary file added assets/screencapture-home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screencapture-login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screencapture-playground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.2.0",
"scripts": {
"toc": "markdown-toc -i README.md"
},
Expand Down

0 comments on commit b9ace91

Please sign in to comment.