added hmac jsvm primitives and updated docs
This commit is contained in:
@@ -37,6 +37,10 @@
|
||||
<h3 class="m-b-sm">Confirm password reset ({collection.name})</h3>
|
||||
<div class="content txt-lg m-b-sm">
|
||||
<p>Confirms <strong>{collection.name}</strong> password reset request and sets a new password.</p>
|
||||
<p>
|
||||
After this request all previously issued tokens for the specific record will be automatically
|
||||
invalidated.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<SdkTabs
|
||||
|
||||
@@ -87,6 +87,15 @@
|
||||
Files upload and handling docs
|
||||
</a>.
|
||||
</p>
|
||||
{#if isAuth}
|
||||
<p>
|
||||
<em>
|
||||
Note that in case of a password change all previously issued tokens for the current record
|
||||
will be automatically invalidated and if you want your user to remain signed in you need to
|
||||
reauthenticate manually after the update call.
|
||||
</em>
|
||||
</p>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
|
||||
Reference in New Issue
Block a user