Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chengh42/safe-auth0

(WIP) SAFE stack with authentication using Auth0
https://github.com/chengh42/safe-auth0

auth0 safe-stack

Last synced: 4 days ago
JSON representation

(WIP) SAFE stack with authentication using Auth0

Awesome Lists containing this project

README

        

# safe-auth0 [![Deploy to heroku](https://github.com/chengh42/safe-auth0/actions/workflows/deploy-heroku.yml/badge.svg)](https://github.com/chengh42/safe-auth0/actions/workflows/deploy-heroku.yml)

Demo of [SAFE Stack](https://safe-stack.github.io/) with authentication using [Auth0](https://auth0.com/).

_**WIP:** To do: [Backend setup](https://auth0.com/docs/quickstart/backend/aspnet-core-webapi) and call a corresponding API_

## Prerequisites

* [.NET Core SDK](https://www.microsoft.com/net/download) 5.0 or higher
* [Node LTS](https://nodejs.org/en/download/)

## Development

```bash
# for the first time use only
dotnet tool restore

# development
dotnet run

# production
dotnet run bundle
```