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: password, social sign, verified email import #2256

Merged
merged 15 commits into from
Feb 26, 2022
Merged

feat: password, social sign, verified email import #2256

merged 15 commits into from
Feb 26, 2022

Conversation

aeneasr
Copy link
Member

@aeneasr aeneasr commented Feb 24, 2022

Closes #2151
Closes #605

Related issue(s)

Checklist

  • I have read the contributing guidelines.
  • I have referenced an issue containing the design document if my change
    introduces a new feature.
  • I am following the
    contributing code guidelines.
  • I have read the security policy.
  • I confirm that this pull request does not address a security
    vulnerability. If this pull request addresses a security. vulnerability, I
    confirm that I got green light (please contact
    [email protected]) from the maintainers to push
    the changes.
  • I have added tests that prove my fix is effective or that my feature
    works.
  • I have added or changed the documentation.

Further Comments

@aeneasr aeneasr requested a review from zepatrik as a code owner February 24, 2022 16:31
@aeneasr
Copy link
Member Author

aeneasr commented Feb 24, 2022

ory/docs#617

@codecov
Copy link

codecov bot commented Feb 25, 2022

Codecov Report

Merging #2256 (64ecfc2) into master (6da2370) will decrease coverage by 0.17%.
The diff coverage is 71.31%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2256      +/-   ##
==========================================
- Coverage   75.87%   75.69%   -0.18%     
==========================================
  Files         308      310       +2     
  Lines       16117    16189      +72     
==========================================
+ Hits        12229    12255      +26     
- Misses       3011     3048      +37     
- Partials      877      886       +9     
Impacted Files Coverage Δ
selfservice/strategy/oidc/types.go 80.00% <ø> (-2.15%) ⬇️
selfservice/strategy/password/registration.go 58.90% <0.00%> (-5.89%) ⬇️
selfservice/strategy/password/settings.go 73.13% <33.33%> (-1.52%) ⬇️
selfservice/strategy/oidc/strategy_registration.go 56.48% <50.00%> (ø)
identity/handler_import.go 63.04% <63.04%> (ø)
identity/handler.go 84.68% <70.00%> (-1.59%) ⬇️
selfservice/strategy/link/strategy_recovery.go 63.17% <75.00%> (-0.81%) ⬇️
identity/identity.go 88.67% <81.81%> (-0.51%) ⬇️
identity/credentials_oidc.go 85.00% <85.00%> (ø)
selfservice/strategy/oidc/strategy_settings.go 64.79% <90.00%> (ø)
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6da2370...64ecfc2. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to import user credentials
1 participant