Commit graph

9 commits

Author SHA1 Message Date
Darrel O'Pry
a4aa8439f1 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.
2020-08-25 13:33:22 -04:00
Darrel O'Pry
27577a876a feat: add silent login on load. 2020-08-12 20:04:10 -04:00
Darrel O'Pry
701668b662 chore: update deps 2020-08-12 18:55:51 -04:00
Darrel O'Pry
401bbcc219 chore: bump version 0.2.0
Change Log:

features:
  - metadata property - add meta data in addition to what comes from the
    .well-known/openid-configuration
fixes:
  - silent login and checksession should be fixed.
2020-06-04 03:28:51 -04:00
Darrel O'Pry
4c612f3929 chore: fix npm audit 2020-06-04 03:26:20 -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
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
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