Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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).