Skip to content

mihaylovin/gatsby-keycloak

Repository files navigation

Gatsby with Keycloak

🚀 Quick start

  1. Configure the keycloak setting

    Change the keycloak settings in src/components/keycloak.js

    const keycloak = new Keycloak({
      realm: "KEYCLOAK_REALM",
      url: "http://KEYCLOAK_URL/auth/",
      clientId: "KEYCLOAK_CLIENT_ID",
    })
    
  2. Run DEV server.

    npm run develop
    
  3. Build Gatsby app.

    npm run build
    

About

A Gatsby App with Keycloak authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published