kshitijyelpale / blockchain-hyperledger-fabric-electronic-patient-records

GNU General Public License v3.0
49 stars 43 forks source link

Make jwt more secure using refresh token and algorithm #52

Closed sjathin closed 3 years ago

sjathin commented 3 years ago

Issue:

As of now there is just a single token generated at all times

Solution:

Improve and regenerated token for every 5minutes ?

kshitijyelpale commented 3 years ago

This issue is solved by the https://github.com/kshitijyelpale/blockchain-hyperledger-fabric-electronic-patient-records/pull/53