https://github.com/chengh42/safe-auth0
(WIP) SAFE stack with authentication using Auth0
https://github.com/chengh42/safe-auth0
auth0 safe-stack
Last synced: 10 months ago
JSON representation
(WIP) SAFE stack with authentication using Auth0
- Host: GitHub
- URL: https://github.com/chengh42/safe-auth0
- Owner: chengh42
- License: mit
- Created: 2022-02-06T01:34:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T00:47:56.000Z (about 1 year ago)
- Last Synced: 2025-02-17T07:39:02.862Z (about 1 year ago)
- Topics: auth0, safe-stack
- Language: F#
- Homepage: https://safe-auth0.herokuapp.com/
- Size: 856 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# safe-auth0 [](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
```