Skip to content

HealthengineAU/he-pms-api-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth0 Python Web App

CircleCI

This repository contains the source code for the Python Web App Quickstart.

What is Auth0?

Auth0 helps you to easily:

  • implement authentication with multiple identity providers, including social (e.g., Google, Facebook, Microsoft, LinkedIn, GitHub, Twitter, etc), or enterprise (e.g., Windows Azure AD, Google Apps, Active Directory, ADFS, SAML, etc.)
  • log in users with username/password databases, passwordless, or multi-factor authentication
  • link multiple user accounts together
  • generate signed JSON Web Tokens to authorize your API calls and flow the user identity securely
  • access demographics and analytics detailing how, when, and where users are logging in
  • enrich user profiles from other data sources using customizable JavaScript rules

Why Auth0?

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.

License

This project is licensed under the MIT license. See the LICENSE file for more info.

HealthEngine Configuration

This is example program is taken from auth0 and edited to provide a quick start for external vendors. In this case, it will allow you to request an access_token & refresh_token for a specific practice which is to be included in the Authorization header with the prefix Bearer.

How to run:

  1. Install python
  2. Run pip install -r requirements.txt from the Login-01 folder
  3. Copy .env.example to .env and fill in the required fields given from HealthEngine
  4. Run python server.py
  5. In a web browser visit localhost:3000
  6. Complete the login flow and take the access_token from the last page

OR if you have Docker installed, you can run the server as a docker container - see 01-Login/exec.sh

About

Auth0 Integration Samples for Python and Flask Web Applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.8%
  • HTML 23.6%
  • CSS 19.5%
  • Shell 3.6%
  • Dockerfile 3.2%
  • PowerShell 1.3%