You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@react-keycloak-fork/core

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-keycloak-fork/core

Fork of https://github.com/react-keycloak/react-keycloak.git with updated packages for Keycloak >=17. React bindings for Keycloak javascript adapter (core)

4.0.3
latest
Source
npmnpm
Version published
Weekly downloads
1.6K
37.5%
Maintainers
1
Weekly downloads
 
Created
Source

React Keycloak

React Keycloak (Keycloak >=v17 Fork)

React bindings for Keycloak. Fork of https://github.com/react-keycloak/react-keycloak.git with updated packages for keycloak >=17 support.

NPM (scoped) NPM (scoped) NPM (scoped) NPM (scoped)

License lerna GitHub contributors Github Issues npm

Gitter

Table of Contents

Integrations

React

React Keycloak for Web requires:

  • React 16.0 or later
  • keycloak-js 17.0.0 or later
yarn add @react-keycloak-fork/web

or

npm install --save @react-keycloak-fork/web

or as a UMD package through unpkg

See @react-keycloak-fork/web package README for complete documentation.

SSR

React Keycloak for SSR frameworks requires:

  • React 16.0 or later
  • SSR Framework:
    • NextJS 9 or later
    • Razzle 3 or later
  • keycloak-js 17.0.0 or later
yarn add @react-keycloak-fork/ssr

or

npm install --save @react-keycloak-fork/ssr

See @react-keycloak-fork/ssr package README for complete documentation.

React Native

React Keycloak for React Native requires React Native 61.0 or later

To install run

yarn add @react-keycloak-fork/native

or

npm install --save @react-keycloak-fork/native

See @react-keycloak-fork/native package README for complete documentation.

Support

versionkeycloak-js version
v4.0.1+17.0.0+
v2.0.0+9.0.2+
v1.x>=8.0.2 <9.0.2

Examples

See @react-keycloak-fork/react-keycloak-examples repository for various demo implementing this library main features.

Alternatives

If you need to connect using a more generic OIDC client instead of keycloak.js, consider using one of the following libraries:

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

If you found this project to be helpful, please consider buying me a coffee.

buy me a coffee

Keywords

react

FAQs

Package last updated on 07 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts