Skip to content

fix: Refactor in order to include source of token issuing

Codecov / codecov/patch succeeded Oct 11, 2023 in 1s

76.68% of diff hit (target 71.06%)

View this Pull Request on Codecov

76.68% of diff hit (target 71.06%)

Annotations

Check warning on line 26 in backend/capellacollab/core/authentication/basic_auth.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/basic_auth.py#L26

Added line #L26 was not covered by tests

Check warning on line 31 in backend/capellacollab/core/authentication/basic_auth.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/basic_auth.py#L31

Added line #L31 was not covered by tests

Check warning on line 52 in backend/capellacollab/core/authentication/basic_auth.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/basic_auth.py#L52

Added line #L52 was not covered by tests

Check warning on line 55 in backend/capellacollab/core/authentication/basic_auth.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/basic_auth.py#L55

Added line #L55 was not covered by tests

Check warning on line 57 in backend/capellacollab/core/authentication/basic_auth.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/basic_auth.py#L57

Added line #L57 was not covered by tests

Check warning on line 66 in backend/capellacollab/core/authentication/basic_auth.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/basic_auth.py#L65-L66

Added lines #L65 - L66 were not covered by tests

Check warning on line 69 in backend/capellacollab/core/authentication/basic_auth.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/basic_auth.py#L69

Added line #L69 was not covered by tests

Check warning on line 37 in backend/capellacollab/core/authentication/injectables.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/injectables.py#L37

Added line #L37 was not covered by tests

Check warning on line 85 in backend/capellacollab/core/authentication/injectables.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/injectables.py#L84-L85

Added lines #L84 - L85 were not covered by tests

Check warning on line 45 in backend/capellacollab/core/authentication/jwt_bearer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/jwt_bearer.py#L45

Added line #L45 was not covered by tests

Check warning on line 47 in backend/capellacollab/core/authentication/jwt_bearer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/jwt_bearer.py#L47

Added line #L47 was not covered by tests

Check warning on line 55 in backend/capellacollab/core/authentication/jwt_bearer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/jwt_bearer.py#L55

Added line #L55 was not covered by tests

Check warning on line 61 in backend/capellacollab/core/authentication/jwt_bearer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/jwt_bearer.py#L61

Added line #L61 was not covered by tests

Check warning on line 67 in backend/capellacollab/core/authentication/provider/azure/routes.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/provider/azure/routes.py#L67

Added line #L67 was not covered by tests

Check warning on line 90 in backend/capellacollab/core/authentication/provider/azure/routes.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/provider/azure/routes.py#L90

Added line #L90 was not covered by tests

Check warning on line 103 in backend/capellacollab/core/authentication/provider/azure/routes.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/provider/azure/routes.py#L103

Added line #L103 was not covered by tests

Check warning on line 105 in backend/capellacollab/core/authentication/provider/azure/routes.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/provider/azure/routes.py#L105

Added line #L105 was not covered by tests

Check warning on line 108 in backend/capellacollab/core/authentication/provider/azure/routes.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/provider/azure/routes.py#L108

Added line #L108 was not covered by tests

Check warning on line 37 in backend/capellacollab/core/authentication/provider/oauth/routes.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/provider/oauth/routes.py#L37

Added line #L37 was not covered by tests

Check warning on line 61 in backend/capellacollab/core/authentication/provider/oauth/routes.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/provider/oauth/routes.py#L61

Added line #L61 was not covered by tests

Check warning on line 63 in backend/capellacollab/core/authentication/provider/oauth/routes.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/provider/oauth/routes.py#L63

Added line #L63 was not covered by tests

Check warning on line 66 in backend/capellacollab/core/authentication/provider/oauth/routes.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/core/authentication/provider/oauth/routes.py#L66

Added line #L66 was not covered by tests

Check warning on line 31 in backend/capellacollab/users/injectables.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/users/injectables.py#L31

Added line #L31 was not covered by tests

Check warning on line 26 in backend/capellacollab/users/tokens/crud.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/users/tokens/crud.py#L26

Added line #L26 was not covered by tests

Check warning on line 49 in backend/capellacollab/users/tokens/crud.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/users/tokens/crud.py#L45-L49

Added lines #L45 - L49 were not covered by tests