Skip to content

aa-del9/react-keycloak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Keycloak

Simple react app integrated with keycloak authentication.

Run Locally

React

(Make sure your keycloak instance is running)

Clone the project

  git clone https://github.com/aa-del9/react-keycloak.git

Go to the project directory

  cd react-keycloak

Install dependencies

  npm install

Start the server

  npm run dev

Keycloak

You can simply run keycloak on a docker instance using the following command.

  docker run -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:23.0.6 start-dev

This will create a new docker instance (if it doesn't exist already) with default admin id and password.

About

Simple react app integrated with keycloak authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors