Quickstarts
Choose your framework to get started with Optare authentication.
Frontend / Single Page Apps
React
Add authentication to any React app with hooks and components.
Next.js (App Router)
Server components, middleware, and API routes for Next.js 13+.
Next.js (Pages Router)
Classic Next.js with getServerSideProps and API routes.
Vanilla JavaScript
Pure JavaScript without frameworks.
Backend / APIs
Node.js / Express
Protect your Express APIs with token validation.
Remix
Full-stack authentication with Remix loaders and actions.
Mobile
Not Using a Framework?
If you're integrating with a platform not listed here, you can use:
- Direct OIDC Integration - Standard OAuth 2.0 / OpenID Connect
- REST API - Direct API calls