a personal TypeScript-based authentication client developed for my specific use case. It provides a structured way to manage authentication and authorization in web applications using Axios for HTTP requests. This project supports features such as sign-in, sign-up, token refresh, password management, and external authentication.
yauth is a simple and flexible authentication client for JavaScript and TypeScript. It supports token-based auth, external logins, password management, and account handling, with built-in storage and Axios interceptors for secure API requests.