Skip to content

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

Codecov / codecov/patch failed Sep 25, 2023 in 1s

70.94% of diff hit (target 71.14%)

View this Pull Request on Codecov

70.94% 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 67 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-L67

Added lines #L65 - L67 were not covered by tests

Check warning on line 70 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#L70

Added line #L70 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 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 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#L39-L43

Added lines #L39 - 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