Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.29 KB

File metadata and controls

35 lines (25 loc) · 1.29 KB

TideCloak SDK

Welcome to the TideCloak SDK. This repository contains multiple packages for integrating TideCloak authentication in various environments.

Starter Projects & Tutorials

Create Next.js Template Official NPM template to scaffold a TideCloak-Next.js project with middleware and hooks - start building instantly. Documentation

React + Vite Getting Started Step-by-step tutorial to spin up a TideCloak server and build a minimal React SPA in under 10 minutes. Documentation

Vanilla JavaScript Integration Example of browser integration using the @tidecloak/js SDK. Documentation

Packages

@tidecloak/verify Server-side JWT verification utility. Documentation

@tidecloak/react React SDK with context provider, hooks, and UI guards. Documentation

@tidecloak/nextjs Next.js SDK for client-side auth, middleware, and hooks. Documentation

@tidecloak/js Vanilla JavaScript/browser SDK with IAMService singleton and low-level client. Documentation