Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@alepha/react-auth

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alepha/react-auth

Simplifies user authentication flows in React applications.

latest
Source
npmnpm
Version
0.10.3
Version published
Weekly downloads
132
3.94%
Maintainers
1
Weekly downloads
 
Created
Source

Alepha React Auth

Simplifies user authentication flows in React applications.

Installation

This package is part of the Alepha framework and can be installed via the all-in-one package:

npm install alepha

Module

The ReactAuthModule provides authentication services for React applications.

This module can be imported and used as follows:

import { Alepha, run } from "alepha";
import { AlephaReactAuth } from "alepha/react/auth";

const alepha = Alepha.create()
	.with(AlephaReactAuth);

run(alepha);

Keywords

alepha

FAQs

Package last updated on 04 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts