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
{{ message }}
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
Hi, I'm trying to migrate a Stormpath application that relied heavily on using api keys, and was relieved to see that you had implemented a solution for this on top of Okta. However, I see a bug when trying to call Account. getApiKeys -> apiKeys are not populated.
Is this something you intend to support going forwards? I find the migrated apikeys now in customdata. In the mean time I will just read them from there.
This can be easily tested using the express-stormpath-sample-project, and initing stormpath like this:
Hi, I'm trying to migrate a Stormpath application that relied heavily on using api keys, and was relieved to see that you had implemented a solution for this on top of Okta. However, I see a bug when trying to call Account. getApiKeys -> apiKeys are not populated.
Is this something you intend to support going forwards? I find the migrated apikeys now in customdata. In the mean time I will just read them from there.
This can be easily tested using the express-stormpath-sample-project, and initing stormpath like this:
Code breaks here: https://github.com/stormpath/stormpath-sdk-node/blob/1.0.0-rc5/lib/resource/Account.js#L447
The text was updated successfully, but these errors were encountered: