Skip to content

feat: enable multiple auth methods #963

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
May 29, 2025

Merge branch 'main' into enable-multiple-auth-methods

1397265
Select commit
Loading
Failed to load commit list.
Merged

feat: enable multiple auth methods #963

Merge branch 'main' into enable-multiple-auth-methods
1397265
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Apr 2, 2025 in 0s

59.52% of diff hit (target 61.88%)

View this Pull Request on Codecov

59.52% of diff hit (target 61.88%)

Annotations

Check warning on line 85 in src/config/index.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/config/index.js#L85

Added line #L85 was not covered by tests

Check warning on line 11 in src/service/passport/activeDirectory.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/passport/activeDirectory.js#L9-L11

Added lines #L9 - L11 were not covered by tests

Check warning on line 13 in src/service/passport/activeDirectory.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/passport/activeDirectory.js#L13

Added line #L13 was not covered by tests

Check warning on line 29 in src/service/passport/activeDirectory.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/passport/activeDirectory.js#L25-L29

Added lines #L25 - L29 were not covered by tests

Check warning on line 31 in src/service/passport/activeDirectory.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/passport/activeDirectory.js#L31

Added line #L31 was not covered by tests

Check warning on line 37 in src/service/passport/activeDirectory.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/passport/activeDirectory.js#L37

Added line #L37 was not covered by tests

Check warning on line 41 in src/service/passport/activeDirectory.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/passport/activeDirectory.js#L39-L41

Added lines #L39 - L41 were not covered by tests

Check warning on line 45 in src/service/passport/activeDirectory.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/passport/activeDirectory.js#L45

Added line #L45 was not covered by tests

Check warning on line 48 in src/service/passport/activeDirectory.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/passport/activeDirectory.js#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 50 in src/service/passport/activeDirectory.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/passport/activeDirectory.js#L50

Added line #L50 was not covered by tests

Check warning on line 58 in src/service/passport/activeDirectory.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/passport/activeDirectory.js#L58

Added line #L58 was not covered by tests

Check warning on line 60 in src/service/passport/activeDirectory.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/passport/activeDirectory.js#L60

Added line #L60 was not covered by tests

Check warning on line 63 in src/service/passport/activeDirectory.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/passport/activeDirectory.js#L62-L63

Added lines #L62 - L63 were not covered by tests

Check warning on line 13 in src/service/passport/local.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/passport/local.js#L13

Added line #L13 was not covered by tests

Check warning on line 18 in src/service/passport/local.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/passport/local.js#L18

Added line #L18 was not covered by tests

Check warning on line 23 in src/service/passport/local.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/passport/local.js#L23

Added line #L23 was not covered by tests

Check warning on line 37 in src/service/passport/local.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/passport/local.js#L37

Added line #L37 was not covered by tests

Check warning on line 57 in src/service/passport/local.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/passport/local.js#L57

Added line #L57 was not covered by tests

Check warning on line 11 in src/service/passport/oidc.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/passport/oidc.js#L10-L11

Added lines #L10 - L11 were not covered by tests

Check warning on line 55 in src/service/passport/oidc.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/passport/oidc.js#L54-L55

Added lines #L54 - L55 were not covered by tests

Check warning on line 48 in src/service/routes/auth.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/routes/auth.js#L48

Added line #L48 was not covered by tests

Check warning on line 63 in src/service/routes/auth.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/service/routes/auth.js#L63

Added line #L63 was not covered by tests