Skip to content
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

feat: support MFA via SMS #3682

Merged
merged 23 commits into from
Jan 26, 2024

fix: config schema

f47c55c
Select commit
Loading
Failed to load commit list.
Merged

feat: support MFA via SMS #3682

fix: config schema
f47c55c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 22, 2024 in 0s

82.84% of diff hit (target 78.94%)

View this Pull Request on Codecov

82.84% of diff hit (target 78.94%)

Annotations

Check warning on line 251 in cmd/clidoc/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/clidoc/main.go#L251

Added line #L251 was not covered by tests

Check warning on line 270 in cmd/clidoc/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/clidoc/main.go#L270

Added line #L270 was not covered by tests

Check warning on line 40 in courier/sms_templates.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

courier/sms_templates.go#L37-L40

Added lines #L37 - L40 were not covered by tests

Check warning on line 42 in courier/sms_templates.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

courier/sms_templates.go#L42

Added line #L42 was not covered by tests

Check warning on line 47 in courier/template/sms/login_code_valid.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

courier/template/sms/login_code_valid.go#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 51 in courier/template/sms/login_code_valid.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

courier/template/sms/login_code_valid.go#L50-L51

Added lines #L50 - L51 were not covered by tests

Check warning on line 73 in identity/extension_credentials.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

identity/extension_credentials.go#L73

Added line #L73 was not covered by tests

Check warning on line 155 in selfservice/strategy/code/code_sender.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

selfservice/strategy/code/code_sender.go#L150-L155

Added lines #L150 - L155 were not covered by tests

Check warning on line 166 in selfservice/strategy/code/strategy.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

selfservice/strategy/code/strategy.go#L166

Added line #L166 was not covered by tests

Check warning on line 170 in selfservice/strategy/code/strategy.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

selfservice/strategy/code/strategy.go#L170

Added line #L170 was not covered by tests

Check warning on line 175 in selfservice/strategy/code/strategy.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

selfservice/strategy/code/strategy.go#L172-L175

Added lines #L172 - L175 were not covered by tests

Check warning on line 198 in selfservice/strategy/code/strategy.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

selfservice/strategy/code/strategy.go#L198

Added line #L198 was not covered by tests

Check warning on line 214 in selfservice/strategy/code/strategy.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

selfservice/strategy/code/strategy.go#L214

Added line #L214 was not covered by tests

Check warning on line 221 in selfservice/strategy/code/strategy.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

selfservice/strategy/code/strategy.go#L221

Added line #L221 was not covered by tests

Check warning on line 250 in selfservice/strategy/code/strategy.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

selfservice/strategy/code/strategy.go#L247-L250

Added lines #L247 - L250 were not covered by tests

Check warning on line 253 in selfservice/strategy/code/strategy.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

selfservice/strategy/code/strategy.go#L252-L253

Added lines #L252 - L253 were not covered by tests

Check warning on line 313 in selfservice/strategy/code/strategy.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

selfservice/strategy/code/strategy.go#L312-L313

Added lines #L312 - L313 were not covered by tests