Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 months ago
JSON representation

A package to make it easier to work with Azure Static Web Apps auth in the API backend

Awesome Lists containing this project

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.