NASA-PDS / doi-service

Service and tools for generating DOIs for PDS bundles, collections, and data sets
https://nasa-pds.github.io/doi-service
Other
2 stars 3 forks source link

Implement COGNITO token verification in the doi-service API #348

Closed tloubrieu-jpl closed 1 year ago

tloubrieu-jpl commented 1 year ago

💡 Description

Implement the cognito token verification natively in the API so that it can verify the token on its own, without using apache for doing so (which did not work well) or adding an API gateway configuration (which adds a component to configure and document)

ramesh-maddegoda commented 1 year ago

Updated authentication to verify signature of JWT tokens

ramesh-maddegoda commented 1 year ago

Pull request available at https://github.com/NASA-PDS/doi-service/issues/348

ramesh-maddegoda commented 1 year ago

@jordanpadams, I updated the code to verify signature of JWT tokens