-
Notifications
You must be signed in to change notification settings - Fork 581
[WIP] Mobile: Native log in #1941
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
Draft
olivaresf
wants to merge
8
commits into
main
Choose a base branch
from
mobile/native-log-in
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+74
−9
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
1 similar comment
|
Contributor
Author
|
Thanks for your feedback! This is a WIP and isn't ready yet 😄 |
aaa225a to
b74d8b0
Compare
5dbbcaa to
4c62455
Compare
Contributor
|
@olivaresf seems like you don't have your email address added to Github so it doesn't show proper attribution on your commits. |
monorkin
reviewed
Dec 5, 2025
Contributor
|
I pushed a few small changes and added comments to point them out. |
9462b97 to
af9c1b6
Compare
ad62957 to
558f9ca
Compare
3f17434 to
79e77a3
Compare
The identity endpoint can be used to fetch that information
We had a call about this. In short, we could reuse access tokens but then the user would see access tokens for every mobile device they have without any indication as to what is going on. So, since this really is just logging in instead of an integration which seems to be the primary purpose of access tokens, we can just use our regular session cookie for authentication.
558f9ca to
f35690b
Compare
1b15f41 to
f35690b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on #1766, working my way to making a fully native experience possible: