Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cliffcrerar/auth0-full-stack-demo-app
Live Demo and Docs
https://github.com/cliffcrerar/auth0-full-stack-demo-app
angular api-authentication auth0 auth0-jwt authentication ci-cd cloud-build cloud-run container crud docker express express-js gcp-cloud-build gcp-sdk pouchdb sso sso-authentication sso-login
Last synced: 28 days ago
JSON representation
Live Demo and Docs
- Host: GitHub
- URL: https://github.com/cliffcrerar/auth0-full-stack-demo-app
- Owner: CliffCrerar
- Created: 2020-05-18T23:51:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T19:12:36.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T04:11:56.456Z (3 months ago)
- Topics: angular, api-authentication, auth0, auth0-jwt, authentication, ci-cd, cloud-build, cloud-run, container, crud, docker, express, express-js, gcp-cloud-build, gcp-sdk, pouchdb, sso, sso-authentication, sso-login
- Language: TypeScript
- Homepage: https://si-demo-man-fudcjl2mcq-uc.a.run.app/
- Size: 4.07 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authorisation Example
> Application uses `Auth0` as auth provider. Auth0 authenticates from end and provides token to API calls to server. server only accepts valid calls as token is passed with every call by means of HTTP interceptor built into front end application. Server checks every call for token if token is invalid, returns a 401 to front end.
[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=CliffCrerar_auth0-full-stack-demo-app)](https://sonarcloud.io/dashboard?id=CliffCrerar_auth0-full-stack-demo-app)
See the live app: [input url once live]()
See the docs: [input url once live]()![Create Auto PR](https://github.com/CliffCrerar/auth0-full-stack-demo-app/workflows/CI/badge.svg?branch=dev)
### [JSON Api Schematic](https://cdn-cloudflare.ga.s3.amazonaws.com/api/si-json-api/index.json)
#### [Check out the live demo](https://si-demo-man-fudcjl2mcq-uc.a.run.app/)
#### [App Documentation](https://si-demo-man-fudcjl2mcq-uc.a.run.app/docs)