-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added update_baseurl() function to programmatically update the base U…
…RL (#7173) * Added update_baseurl() function to programmatically update the base URL in App * Fix querying of the base url to use metadata if it exists * Updated location updates to match scope document * Make sure app route is set up before configure() * Removed AppResponse and other cleanup * Fixed minor issue in c_api with get_base_url() * Added tests for base url - minor fixes found from tests * Updates from review - removed usage of App Metadata in App and reverted App Metadata changes - updated/added tests * Updates from review - minor update to update_base_url api to allow resetting to default base url * Updates from review - moved location update checking to response from updating the access token - added more unit tests * Fixed object store tests compile failures in app.cpp if REALM_ENABLE_AUTH_TESTS was not enabled * Added CAPI function to set the default base URL * Updates from review - clang-format * Updates from review - Updated CAPI and added additional tests * Fix app streaming test after changing location url * Simplify test code and release user object
- Loading branch information
Michael Wilkerson-Barker
authored
Jan 22, 2024
1 parent
080108a
commit 8c425b3
Showing
22 changed files
with
1,677 additions
and
500 deletions.
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
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
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
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.