HospitalRun / hospitalrun

Monorepo that holds all of HospitalRun's v2 projects.
https://hospitalrun.io
MIT License
908 stars 337 forks source link

OAuth2 support #288

Open varunpathania86 opened 4 years ago

varunpathania86 commented 4 years ago

🚀 Feature Proposal

Login using OAuth2 authentication

Motivation

A lot of organizations are using OAuth2 authentication, which provides SSO (single sign-on) feature while switching to and from different applications. Having this feature in hospitalrun will provide an opportunity for hospitals to access hospitalrun application without sign-in multiple times.

Example

https://www.npmjs.com/package/simple-oauth2

ikyman commented 3 years ago

So I may be new to Open-Source, (and also React), but I'd like to see if I can deal with this.