ShekharReddy4 / openmrs-contrib-atlas-node

Migrating openmrs-contrib-atlas from php Laravel Framework to Node.js app
http://atlas.openmrs.org
6 stars 2 forks source link

Authentication missing on post routes #4

Open agbilotia1998 opened 6 years ago

agbilotia1998 commented 6 years ago

Can be implemented using middlewares.

Methods of implementation: Setting session variable. Using json web tokens(jwt).

agbilotia1998 commented 6 years ago

@ShekharReddy4 how it should be implemented, suggestions?

HelioStrike commented 5 years ago

Hey, I made a PR about this issue, but I've got a few questions which you can find in the PR link. Please have a look at it. Thank you.