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

refactor: rename prompt=login to refresh=true #478

Merged
merged 1 commit into from
Jun 5, 2020
Merged

refactor: rename prompt=login to refresh=true #478

merged 1 commit into from
Jun 5, 2020

Conversation

aeneasr
Copy link
Member

@aeneasr aeneasr commented Jun 5, 2020

Closes #477

BREAKING CHANGE: To refresh a login session it is now required to append refresh=true instead of prompt=login as the second has implications for revoking an existing issue and might be confusing when used in combination with OpenID Connect.

Related issue

Proposed changes

Checklist

  • I have read the contributing 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
    security@ory.sh) 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

Closes #477

BREAKING CHANGE: To refresh a login session it is now required to append `refresh=true` instead of `prompt=login` as the second has implications for revoking an existing issue and might be confusing when used in combination with OpenID Connect.
@aeneasr aeneasr added this to the v0.4.0-alpha.1 milestone Jun 5, 2020
@aeneasr aeneasr self-assigned this Jun 5, 2020
@aeneasr aeneasr added breaking change Changes behavior in a breaking manner. feat New feature or request. labels Jun 5, 2020
@aeneasr aeneasr merged commit c04346e into master Jun 5, 2020
@aeneasr aeneasr deleted the fix-477 branch June 5, 2020 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Changes behavior in a breaking manner. feat New feature or request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename prompt=login to something that fits better
1 participant