dependabot[bot]
b8b1daad67
chore(deps): bump ws from 6.2.1 to 6.2.2
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/6.2.1...6.2.2 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 18:32:54 +00:00
Darrel O'Pry
8022e5025e
Merge pull request #25 from dopry/dependabot/npm_and_yarn/moment-2.29.4
...
chore(deps): bump moment from 2.27.0 to 2.29.4
2022-07-15 14:32:30 -04:00
dependabot[bot]
e30742672d
chore(deps-dev): bump svelte from 3.35.0 to 3.49.0
...
Bumps [svelte](https://github.com/sveltejs/svelte ) from 3.35.0 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases )
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/svelte/compare/v3.35.0...v3.49.0 )
---
updated-dependencies:
- dependency-name: svelte
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 16:46:55 +00:00
dependabot[bot]
2d50c0458c
chore(deps): bump moment from 2.27.0 to 2.29.4
...
Bumps [moment](https://github.com/moment/moment ) from 2.27.0 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.27.0...2.29.4 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-07 20:19:29 +00:00
Darrel O'Pry
f21e54d8a8
fix: auth0 logout
2021-03-18 15:53:45 -04:00
Darrel O'Pry
e4cf984082
fix: context must be loaded on initialization
...
svelte 3.25 and later won't let you call getContext and setContext
outside of component initialization. This means you need to implement
components inside the Auth0Context that getContext on initialization
then pass them to functions
BREAKING CHANGE: function signature for login, logout, and refreshToken
2021-03-18 15:43:23 -04:00
Darrel O'Pry
d3612f625f
chore: rollup pkgs
2021-03-18 14:51:50 -04:00
Darrel O'Pry
cfde3c9ef4
chore: upgrade rollup
2021-03-18 14:00:02 -04:00
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
701668b662
chore: update deps
2020-08-12 18:55:51 -04:00
Darrel O'Pry
4c612f3929
chore: fix npm audit
2020-06-04 03:26:20 -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