@encoreauth/react
v0.0.1
Published
The easiest way to add authentication to your React application when running an [Encore](https://github.com/encoredev/encore) backend. Add sign up, sign in, and profile management to your application in minutes.
Maintainers
Readme
Encore Auth React SDK
The easiest way to add authentication to your React application when running an Encore backend. Add sign up, sign in, and profile management to your application in minutes.
Support
- Join our official community Discord server
Development
Folders:
lib - Where the npm lib is located.
example - Example React app that uses the lib.
Running npm run dev will start the Vite server for the example app. Changes made to the lib will be reflected in the example app.
Release
New npm package releases are done automatically during CI with the help of Changesets
- Bump the version in
package.json - Merge changes to
main
If the lib builds and the tests pass then a new release will be made
