distributeaid / toolbox

DistributeAid Toolbox
http://distributeaid.org
GNU Affero General Public License v3.0
3 stars 1 forks source link

JWT decoder middleware #97

Closed pedro-gutierrez closed 3 years ago

pedro-gutierrez commented 3 years ago

This PR re-visits our auth mechanism and replaces the existing cognito based logic by a more generic JWT approach that is auth0 compatible.

Fixes: #96, #18