Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kinde-oss/kinde-auth-react
Kinde React SDK for frontend authentication flows
https://github.com/kinde-oss/kinde-auth-react
authentication kinde-react react react-auth reactjs sdk
Last synced: 13 minutes ago
JSON representation
Kinde React SDK for frontend authentication flows
- Host: GitHub
- URL: https://github.com/kinde-oss/kinde-auth-react
- Owner: kinde-oss
- License: mit
- Created: 2022-03-09T03:04:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T10:51:37.000Z (3 months ago)
- Last Synced: 2025-02-07T17:48:38.379Z (4 days ago)
- Topics: authentication, kinde-react, react, react-auth, reactjs, sdk
- Language: TypeScript
- Homepage: https://docs.kinde.com/developer-tools/sdks/frontend/react-sdk/
- Size: 1.97 MB
- Stars: 49
- Watchers: 5
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Kinde React
The Kinde SDK for React.
You can also use the React starter kit [here](https://github.com/kinde-starter-kits/react-starter-kit).
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com) [![Kinde Docs](https://img.shields.io/badge/Kinde-Docs-eee?style=flat-square)](https://kinde.com/docs/developer-tools/react-sdk) [![Kinde Community](https://img.shields.io/badge/Kinde-Community-eee?style=flat-square)](https://thekindecommunity.slack.com)
## Documentation
Please refer to the Kinde [React SDK document](https://kinde.com/docs/developer-tools/react-sdk).
## Publishing
The core team handles publishing.
To publish a new package version, use the “Release and Publish to NPM” action in the “Actions” tab.
## Contributing
Please refer to Kinde’s [contributing guidelines](https://github.com/kinde-oss/.github/blob/489e2ca9c3307c2b2e098a885e22f2239116394a/CONTRIBUTING.md).
## Playground
To create the playground run `npm run dev:prepare`
This will clone the React starter kit into a `/playground` directory and reference the SDK via `npm link`.
You will need to add your Kinde credentials to the generated `.env` file inside `/playground`
`npm run dev` will load up the playground on [http://localhost:3000](http://localhost:3000)
## License
By contributing to Kinde, you agree that your contributions will be licensed under its MIT License.