Skip to content

feat: Add basic authentication tokens and make them available to users

This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch succeeded Sep 22, 2023 in 0s

75.00% of diff hit (target 71.14%)

View this Pull Request on Codecov

75.00% of diff hit (target 71.14%)

Annotations

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 51 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#L51

Added line #L51 was not covered by tests

Check warning on line 56 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-L56

Added lines #L55 - L56 were 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 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 42 in backend/capellacollab/core/authentication/injectables.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L42 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L44 was not covered by tests

Check warning on line 42 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#L42

Added line #L42 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#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 54 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#L53-L54

Added lines #L53 - L54 were not covered by tests

Check warning on line 57 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#L57

Added line #L57 was not covered by tests

Check warning on line 64 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#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 102 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#L102

Added line #L102 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 33 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#L33

Added line #L33 was not covered by tests

Check warning on line 60 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#L60

Added line #L60 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 32 in backend/capellacollab/users/injectables.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/users/injectables.py#L32

Added line #L32 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/users/tokens/crud.py#L42-L43

Added lines #L42 - L43 were not covered by tests

Check warning on line 59 in backend/capellacollab/users/tokens/routes.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/capellacollab/users/tokens/routes.py#L59

Added line #L59 was not covered by tests