Greetings all!
Very excited to announce the release of an open source project I’ve been building over the last couple of months - thanks in major part to some ongoing conversations here on the community from friends like @slim, @cfjedimaster, and others.
react-netlify-identity-gotrue
serves as a pure-React integration to Netlify Identity, suitable for Gatsby (to which there is a dedicated plugin), Next.js, Create-React-App, or any other React-based application looking for Auth. The aim for this project was to implement all of the auth - the email confirmation workflows, the password resets, the automatic token refreshing… all of the things people don’t want to worry about It just works.
Check out the demo app at https://gatsby-identity-demo.jonsully.net and play around! Make an account, give yourself a different role, see how React… reacts to the Identity changes
Or feel free to give my post a read, or any of the repositories a read. I’ve done my best to make the documentation comprehensive. Getting a full-fledged Auth package for Gatsby and Next.js out the door has been important to me in helping users get from “cool static site” to “interactive portal/interface”, so hopefully this package meets the challenge.
Enjoy!
–
Jon