mirror of
https://github.com/TECHNOFAB11/svelte-oidc.git
synced 2025-12-11 23:50:06 +01:00
fix: silentLoginIframe Timeouts.
signinCallback wasn't being called when state was set but not code, which happens when there are errors. I also did some error handling the refreshToken calll. This is kind of a quick fix. I need to revisit the flows here to make sure all the correct things are being done for the various callback states.
This commit is contained in:
parent
e668272c6b
commit
a4aa8439f1
3 changed files with 24 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dopry/svelte-oidc",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"repository": "https://github.com/dopry/svelte-oidc",
|
||||
"description": "Svelte OIDC Component Library",
|
||||
"keywords": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue