Skip to content

ekivemark/bluebutton-callback-handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bluebutton-callback-handler

simple server to handle callback from bluebutton sandbox using OAuth2.0

Based on the following code examples:

Install

Create a virtualenv and install libraries:

mkdir demo
cd demo
python -m venv ./virtualenv
# activate the virtualenv
source ./virtualenv/bin/activate
git clone https://github.com/ekivemark/bluebutton-callback-handler.git
cd ./bluebutton-callback-handler
# install supporting libraries
pip install -r requirements.txt

Register an app in the sandbox

  • Login to sandbox.bluebutton.cms.gov
  • Register your application

edit callback.py

  • add your client_id and client_secret to the code.

Run the handler

python callback.py

Open a browser

http://localhost:8000
  • Login to Medicare
  • Authorize your app

About

simple server to handle callback from bluebutton sandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published