MongoDB Authenticator types #375
Replies: 2 comments
-
Hello @gregorvand, what is the value of |
Beta Was this translation helpful? Give feedback.
-
Thanks @MasterKale , turns out this was a side effect of not having a All working now - for future reference to any MongoDB users, the main update I had to make to the sample code was in the
This is using the doc's recommendations to store And thanks again @MasterKale for all of your work on this library and documentation! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is anyone using MongoDB with this library?
Hitting a bit of a wall with which type to store
credentialID
so that whengenerateAuthenticatorOptions
does the following, A value is actually populated.I have debugged this to the point that the
cred.id
definitely makes it into the function, and is dropped every time by the above. Any thoughts? I can only pin this down to how it is being stored in the db.Beta Was this translation helpful? Give feedback.
All reactions