added hmac jsvm primitives and updated docs

This commit is contained in:
Gani Georgiev
2023-09-09 12:03:34 +03:00
parent f266621a0f
commit 56b2641469
41 changed files with 4530 additions and 4372 deletions
@@ -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 -->