Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpowell/azure-static-web-apps-api-auth
A package to make it easier to work with Azure Static Web Apps auth in the API backend
https://github.com/aaronpowell/azure-static-web-apps-api-auth
Last synced: about 1 month ago
JSON representation
A package to make it easier to work with Azure Static Web Apps auth in the API backend
- Host: GitHub
- URL: https://github.com/aaronpowell/azure-static-web-apps-api-auth
- Owner: aaronpowell
- License: mit
- Created: 2021-01-08T03:48:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-03T05:55:54.000Z (almost 4 years ago)
- Last Synced: 2024-04-25T04:22:27.627Z (8 months ago)
- Language: HTML
- Size: 75.2 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
- awesome-azure-static-web-apps - JavaScript API Authentication helper
README
# Azure Static Web Apps API Auth helper
![Node.js CI](https://github.com/aaronpowell/static-web-apps-api-auth/workflows/Node.js%20CI/badge.svg) | [![npm version](https://img.shields.io/npm/v/@aaronpowell/static-web-apps-api-auth)](https://npmjs.org/package/@aaronpowell/static-web-apps-api-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-0000-aapowell) [Authentication and Authorization](https://docs.microsoft.com/azure/static-web-apps/authentication-authorization?WT.mc_id=javascript-12079-aapowell) in the API backend by providing a method to test if the user is authenticated and get the users information.
## Installation
You can install a stable release from npm:
```bash
npm install @aaronpowell/static-web-apps-api-auth
```Or you can install the latest build from GitHub packages.