Darrel O'Pry
6859dfb31b
fix: silentlogin and checksession
...
I was forcing a redirect login result. Switch to signinCallback instead
of signinRedirectCallback. signinCallbacks checks the login type
varaible and calls the appropriate redirect, popup, or silent callback
as necessary.
2020-06-04 03:21:05 -04:00
Darrel O'Pry
0e75316501
fix: update auth state on userManager events
2020-06-04 03:18:55 -04:00
Darrel O'Pry
f02c4fb6d0
chore: move metadata to a property
...
so consumers can override instead of making assumptions.
2020-06-04 03:15:18 -04:00
Darrel O'Pry
e33be0b7aa
fix: route /callback to spa demo
2020-06-04 03:14:17 -04:00
Darrel O'Pry
90e2b458ea
chore: release 0.1.1 with doc updates for npmjs.
2020-05-28 13:03:10 -04:00
Darrel O'Pry
8d19887e5e
chore: setup distinct app for svelte-oidc-demo
2020-05-28 13:00:21 -04:00
Darrel O'Pry
6d99ccc356
docs: correct README.md
2020-05-28 12:53:42 -04:00
Darrel O'Pry
ea69784001
fix: update showcase config.
2020-05-28 12:52:16 -04:00
Darrel O'Pry
b7d9c345fa
feat: highlight json
...
- update svelte to 3.23.0
- add svelte highlight
- add highlight to home page json.
2020-05-28 12:40:40 -04:00
Darrel O'Pry
c6f7bcef5f
fix: user not defined after auth
2020-05-28 12:37:56 -04:00
Darrel O'Pry
4fd62abe31
feat: oidc-client.js based Svelte OidcComponent
...
follows a pattern similar to @dopry/svelte-auth0,
but uses the more standards compliant oidc-client.js
library.
2020-05-28 11:34:47 -04:00