Hi all, I think a working solution to this would be very valuable to anyone seeking to create a portal leveraging a dedicated identity solution like Auth0.
Has anyone had success using Auth0 with Builder.io using a next.js?
What I would like to achieve is:
- allow public access to common areas of the site - i.e. homepage, about, etc.
- secure member-only pages using Auth0
- allow non-technical users (site admins) to update content using the builder editor
some links that I’ve used to get a pure next.js app working with Auth0:
Auth0 SDK
Any examples or help would be most appreciated!