Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpowell/react-static-web-apps-auth
A package to make it easier to work with authenticated React apps and Azure Static Web Apps
https://github.com/aaronpowell/react-static-web-apps-auth
auth azure azure-static-web-apps react static-web-apps
Last synced: 2 months ago
JSON representation
A package to make it easier to work with authenticated React apps and Azure Static Web Apps
- Host: GitHub
- URL: https://github.com/aaronpowell/react-static-web-apps-auth
- Owner: aaronpowell
- License: mit
- Created: 2020-12-16T02:35:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T01:22:50.000Z (11 months ago)
- Last Synced: 2024-11-17T19:44:31.676Z (3 months ago)
- Topics: auth, azure, azure-static-web-apps, react, static-web-apps
- Language: TypeScript
- Homepage: http://react-swa-auth.aaron-powell.com/
- Size: 584 KB
- Stars: 18
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-azure-static-web-apps - React auth components
README
# Static Web App Auth tools for React
![Node.js CI](https://github.com/aaronpowell/react-static-web-apps-auth/workflows/Node.js%20CI/badge.svg) | [![npm version](https://img.shields.io/npm/v/@aaronpowell/react-static-web-apps-auth)](https://npmjs.org/package/@aaronpowell/react-static-web-apps-auth)
This package is a series of helper tools for working with [Azure Static Web Apps](https://docs.microsoft.com/azure/static-web-apps/?WT.mc_id=javascript-12079-aapowell) [Authentication and Authorization](https://docs.microsoft.com/azure/static-web-apps/authentication-authorization?WT.mc_id=javascript-12079-aapowell) from React.
## Installation
You can install a stable release from npm:
```bash
npm install @aaronpowell/react-static-web-apps-auth
```Or you can install the latest build from GitHub packages.
Learn more from the [README](./react-static-web-apps).