Enhancements
- Support Bcrypt and Firebase encoding: Some systems encode passwords with the Bcrypt hashing mechanism, so we added support for importing those hashes into Descope using the InviteBatch function. We also added support for the Firebase hashing mechanism.
- User authentication activity log: Using the new
history
command, you can find out more information (such as IP address, country, etc) on your users' authentications. Read more about this in the SDK's README. - Associate an access key with a specific user: We've added the
user_id
parameter to the access keycreate
function, so that upon creation that key will be associated with the user. This means that if the user's status is change (for example - the user is disabled) - then the access key's status changes accordingly (gets deactivated).