Skip to content

BMDINNER/LogReg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogReg - An Auth Proxy Client

A flexible authentication client for React applications that integrates with my centralized Multi-Platform Authentication Service. The package provides authentication context, hooks, and form components for managing user authentication across multiple projects.

Purpose

This package handles the client-side authentication flow by:

  • Capturing user credentials through Login/Register forms
  • Sending credentials to my centralized Multi-Platform Authentication Service
  • Manages JWT tokens and authentication state
  • Provides a consistent auth interface across all the projects

The actual authentication logic, OAuth2 integration, and user management happen separately in Multi-Platform Authentication Service backend.

Features

  • Ready-to-use LoginForm and RegisterForm components with built-in validation
  • Customizable field rendering and validation rules
  • Authentication context for global auth state management
  • TypeScript support with full type definitions
  • Token management and automatic refresh handling
  • Works with any backend implementing the expected API contract

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors