📄️ Auth API Implementation Guide
This document provides an overview of implementing login functionality using the SaaSus Platform Auth API with a custom login UI.
📄️ Basic Implementation Using the Auth API
This document explains how to implement sign-in and sign-out from a custom login UI, based on the Auth API sample application.
📄️ Advanced Example Using the Auth API (ID Login)
This document explains how to implement an ID-based authentication method that uses username + tenant ID instead of email.
📄️ Authentication Security & Policy Implementation
This document explains how to implement security for tokens obtained via the Auth API.