You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user signs in, I'm trying to create and securely store a UserAPIKey in Keychain, so I could sign in on their behalf from within an iOS App Extension. However, when running user.createAPIKey(named:) method for creating an API key via SDK, I do get an unexpected return value.
The result should be a proper API key string, not the value of named argument in function signature.
I delete keys after running user.logOut() function each time.
Stacktrace & log output
Atlas event log shows that the API key has been successfully created every time.
ProductName: macOS
ProductVersion: 12.6.1
BuildVersion: 21G217
/Applications/Xcode.app/Contents/Developer
Xcode 14.1
Build version 14B47b
/opt/homebrew/bin/pod
1.11.3
(not in use here)
/bin/bash
GNU bash, version 3.2.57(1)-release (arm64-apple-darwin21)
carthage not found
(not in use here)
/usr/bin/git
git version 2.37.1 (Apple Git-137.1)
The text was updated successfully, but these errors were encountered:
How frequently does the bug occur?
All the time
Description
When a user signs in, I'm trying to create and securely store a
UserAPIKey
in Keychain, so I could sign in on their behalf from within an iOS App Extension. However, when runninguser.createAPIKey(named:)
method for creating an API key via SDK, I do get an unexpected return value.The result should be a proper API key string, not the value of
named
argument in function signature.I delete keys after running
user.logOut()
function each time.Stacktrace & log output
Atlas event log shows that the API key has been successfully created every time.
Can you reproduce the bug?
Yes, always
Reproduction Steps
Version
10.32.2
What SDK flavour are you using?
MongoDB Realm (i.e. Sync, auth, functions)
Are you using encryption?
No, not using encryption
Platform OS and version(s)
iOS 16.1 Simulator (macOS 12.6.1)
Build environment
The text was updated successfully, but these errors were encountered: