Skip to content

medplum/medplum-oauth-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Medplum OAuth Demo

This is a minimal demonstration of how to use Medplum as an OAuth2 Authorization Server.

It demonstrates:

Setup

Setup your account:

Now you can run this demo using your HTTP server of choice. For example, using Python's built-in server:

python -m http.server 8000

Or using npm http-server:

npx http-server ./ -p 8000 -c-1

Open your web browser to http://localhost:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages