TransparentHealth / smh_app

Share My Health App: An application for Community Members and Community Based Organizations
Apache License 2.0
2 stars 3 forks source link

User Can Connect To ShareMyHealth App #6

Closed dchukhin closed 5 years ago

dchukhin commented 5 years ago

This pull request:

To test locally:

dchukhin commented 5 years ago

Yes, it looks like extra_data stores an object that looks like:

{
    'auth_time': '',
    'id_token': '',
    'refresh_token': '',
    'id': '',
    'access_token': '',
    'token_type': '',
}

(with the values filled in)