-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Set 'app_password' in session only when using a permanent token #29729
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will also test this a bit but from a code perspective this seems right 👍
d5eee7d
to
853bcff
Compare
CI's happiness would love to get to new heights |
4b485a1
to
a09d54c
Compare
/rebase |
a09d54c
to
7e07485
Compare
/rebase |
7e07485
to
03a2f77
Compare
Could your rebase and fix conflicts @julien-nc 🙈 🙇 |
Closing this pull request due to lack of recent activity and updates. We appreciate your contribution and encourage you to reopen or provide further updates if necessary. |
Like mentioned there nextcloud/globalsiteselector#51 (comment)
Maybe we should check the token type to decide if
app_password
should be set in the session.getType()
is now declared inIToken
and implemented byPublicKeyToken
andDefaultToken
.