I am developing a UI application using MarkLogic Grove(React).
By default, password authentication is used when logging in to grove. I would like to change this part to a more secure method such as multi-factor authentication or one-time password. At that time, I use the privilege control function of MarkLogic, so I want to log in as a user on Marklogic.
Does Grove have such a feature as standard? Or if it doesn't have the feature, how can I achieve the above?