Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

clinical-meteor/fhir-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResourceServer

This example is used to test the meteor-oauth2-server package. It can also be used as a demonstration of how to integrate oauth2 into your own application. The code is well documented, so it should be fairly easy to follow and implement your own solution. Pay particular attention to server/rest.js and client/index.js for how to create authorization codes and use access tokens in a rest service.

=========================================

Installation

Starting:

#run the app
meteor --port 3100

# initialize users
INITIALIZE=true ADDITIONAL=true Patients=true meteor

After it is started, goto http://localhost:3100 and walk through the steps.

The reason we are using a specific port here is to:

  1. Not interfere with your running instance of meteor.
  2. Work well with the clientApplication example as it assumes the resourceServer will be hosted at localhost:3100

=========================================

Licensing

MIT License

About

HL7 FHIR Repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published