artefactual-sdps / enduro

Designed to automate the processing of transfers in multiple Archivematica pipelines.
https://enduro.readthedocs.io/
Apache License 2.0
4 stars 3 forks source link

Fix security schema in API design #963

Closed jraddaoui closed 2 weeks ago

jraddaoui commented 2 weeks ago

Use Goa's JWTSecurity, the API is only verifying the token against the OIDC provider, it's not actually doing the authentication flow.

Refs #957.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 51.27%. Comparing base (4ce83bb) to head (9307884).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #963 +/- ## ========================================== - Coverage 51.31% 51.27% -0.04% ========================================== Files 102 102 Lines 5679 5679 ========================================== - Hits 2914 2912 -2 - Misses 2521 2522 +1 - Partials 244 245 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.