This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
anonymous auth for mobile #660
Merged
Merged
Changes from 2 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
f70e6e8
adding anonymous auth
jessicafalk c468489
making it configurable
jessicafalk 829728c
PR feedback
jessicafalk 04f628b
added changelog
jessicafalk 1a9d496
some cleaning up
jessicafalk f04692a
remove whitespace
jessicafalk d1e290e
changed from internal to public
jessicafalk d17d10a
Merge branch 'master' into feature/anon-auth
jessicafalk c921543
adding exit code check
jessicafalk 7ff5ebe
Merge branch 'feature/anon-auth' of github.com:spatialos/gdk-for-unit…
jessicafalk 5486e08
stop trying to connect to local deployment automatically
jessicafalk 7fed548
added correct docs and changed how to check for the editor
jessicafalk 5d0930d
more PR feedback
jessicafalk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "unity_gdk", | ||
"project_version": "0.0.1", | ||
"sdk_version": "13.5.0-b7795-fdd6a-WORKER-SNAPSHOT", | ||
"sdk_version": "13.5.0", | ||
"dependencies": [ | ||
{"name": "standard_library", "version": "13.5.0-b7795-fdd6a-WORKER-SNAPSHOT"} | ||
{"name": "standard_library", "version": "13.5.0"} | ||
] | ||
} |
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
🎉
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.
Does this not break our tracking?
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.
as discussed internally: as long as we are not doing a new release it should be ok
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.
Yup - ticket to track: https://improbableio.atlassian.net/browse/UTY-1580