All Projects → react-keycloak → React Keycloak

react-keycloak / React Keycloak

Licence: mit
React/React Native/NextJS/Razzle components for Keycloak

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to React Keycloak

Sentry Javascript
Official Sentry SDKs for JavaScript. We're hiring https://grnh.se/ca81c1701us
Stars: ✭ 6,012 (+2039.5%)
Mutual labels:  hacktoberfest, nextjs
Nextsimplestarter
🐳 Simple and Accessible PWA boilerplate with Nextjs 10 + React Hooks
Stars: ✭ 744 (+164.77%)
Mutual labels:  hacktoberfest, nextjs
React Esi
React ESI: Blazing-fast Server-Side Rendering for React and Next.js
Stars: ✭ 537 (+91.1%)
Mutual labels:  hacktoberfest, nextjs
Nookies
🍪 A set of cookie helpers for Next.js
Stars: ✭ 1,035 (+268.33%)
Mutual labels:  hacktoberfest, nextjs
Mdx Embed
Embed 3rd party media content in MDX - no import required 🧽
Stars: ✭ 119 (-57.65%)
Mutual labels:  hacktoberfest, nextjs
Vulcan Next
The Next starter for GraphQL developers
Stars: ✭ 155 (-44.84%)
Mutual labels:  hacktoberfest, nextjs
Commercejs Nextjs Demo Store
Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
Stars: ✭ 737 (+162.28%)
Mutual labels:  hacktoberfest, nextjs
Semana Hacktoberfest
🔥 Semana Hacktoberfest na Lukin Co. —— Quer participar da semana Hacktoberfest? Nós preparamos um guia especial para você!
Stars: ✭ 84 (-70.11%)
Mutual labels:  hacktoberfest, nextjs
Nextjs Headless Wordpress
🔥 Nextjs Headless WordPress
Stars: ✭ 110 (-60.85%)
Mutual labels:  hacktoberfest, nextjs
React Next Boilerplate
🚀 A basis for reducing the configuration of your projects with nextJS, best development practices and popular libraries in the developer community.
Stars: ✭ 129 (-54.09%)
Mutual labels:  hacktoberfest, nextjs
Next Seo
Next SEO is a plug in that makes managing your SEO easier in Next.js projects.
Stars: ✭ 4,149 (+1376.51%)
Mutual labels:  hacktoberfest, nextjs
Terminal
Terminal emulator designed for elementary OS
Stars: ✭ 281 (+0%)
Mutual labels:  hacktoberfest
Phpdocumentor
Documentation Generator for PHP
Stars: ✭ 3,341 (+1088.97%)
Mutual labels:  hacktoberfest
Gqless
a GraphQL client without queries
Stars: ✭ 3,569 (+1170.11%)
Mutual labels:  hacktoberfest
Clouddriver
read and write operations across cloud providers
Stars: ✭ 279 (-0.71%)
Mutual labels:  hacktoberfest
React Static Tweets
Extremely fast static renderer for tweets.
Stars: ✭ 278 (-1.07%)
Mutual labels:  nextjs
Inpainting
Want to remove something(someone) from a photo as it never was there? This is .NET implementation of content-aware fill. It smartly fills in unwanted or missing areas of photographs.
Stars: ✭ 280 (-0.36%)
Mutual labels:  hacktoberfest
Bitcoinprivate Legacy
Bitcoin Private is a Bitcoin and Zclassic fork which uses ZK-SNARK technology for privacy and fungibility.
Stars: ✭ 279 (-0.71%)
Mutual labels:  hacktoberfest
Repman
Repman - PHP Repository Manager: packagist proxy and host for private packages
Stars: ✭ 277 (-1.42%)
Mutual labels:  hacktoberfest
Hiddeneyereborn
HiddenEye with completely new codebase and better features set
Stars: ✭ 274 (-2.49%)
Mutual labels:  hacktoberfest

React Keycloak

React Keycloak

React bindings for Keycloak

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 9.0.2 or later
yarn add @react-keycloak/web

or

npm install --save @react-keycloak/web

or as a UMD package through unpkg

See @react-keycloak/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 9.0.2 or later
yarn add @react-keycloak/ssr

or

npm install --save @react-keycloak/ssr

See @react-keycloak/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/native

or

npm install --save @react-keycloak/native

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

Support

version keycloak-js version
v2.0.0+ 9.0.2+
v1.x >=8.0.2 <9.0.2

Examples

See @react-keycloak/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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].