svelte-session-manager

Session store for svelte (currently only for JWT)

BSD-2-CLAUSE License

Downloads
2.6K
Stars
105
Committers
9

Bot releases are hidden (Show)

svelte-session-manager - v2.0.11

Published by arlac77 about 2 years ago

2.0.11 (2022-09-08)

Bug Fixes

  • declare instance vars (9c30687)
  • deps: bump (17bcf0f)
  • deps: bump (f395c22)
  • deps: bump cached-path-relative from 1.0.2 to 1.1.0 (903e1d8)
  • deps: bump mf-hosting from 1.7.1 to 1.7.2 (00884f3)
  • deps: bump minimist from 1.2.5 to 1.2.6 (110d7d3)
  • deps: bump moment from 2.29.1 to 2.29.2 (d5d6052)
  • deps: bump moment from 2.29.3 to 2.29.4 (1c3aee0)
  • deps: bump node-fetch from 2.6.2 to 2.6.7 (5669d8a)
  • deps: bump npm from 8.7.0 to 8.12.0 (d604df8)
  • deps: bump nth-check from 2.0.0 to 2.0.1 (7094f3b)
  • deps: bump parse-url from 6.0.0 to 6.0.2 (5fccc90)
  • deps: bump remark-html from 13.0.1 to 13.0.2 (95a5292)
  • deps: bump semver-regex from 3.1.2 to 3.1.3 (a74b274)
  • deps: bump semver-regex from 3.1.3 to 3.1.4 (76e2bc8)
  • deps: bump undici from 5.0.0 to 5.5.1 (4b4eefa)
  • deps: bump undici from 5.5.1 to 5.8.0 (4c297b2)
  • deps: lock (8172471)
  • deps: lock (ef11d63)
  • deps: lock (a3b6325)
  • no autofocus (843925a)
  • towards vite (f7b28f0)
  • upgrade mf-styling from 1.0.6 to 1.0.7 (d9f8b13)
  • upgrade mf-styling from 1.2.1 to 1.2.4 (1fa6559)
  • upgrade mf-styling from 1.2.14 to 1.2.16 (4668350)
  • upgrade npm-pkgbuild from 10.14.6 to 10.14.7 (30f2717)
  • upgrade postcss from 8.4.1 to 8.4.3 (ded5bb9)
  • upgrade postcss from 8.4.12 to 8.4.13 (8a14a3a)
  • upgrade postcss from 8.4.3 to 8.4.4 (3449d63)
  • upgrade rollup from 2.59.0 to 2.60.0 (fdb0d2a)
  • upgrade rollup from 2.71.1 to 2.72.1 (2534da9)
  • upgrade rollup from 2.75.0 to 2.75.1 (2bbb7b8)
  • upgrade svelte from 3.46.6 to 3.47.0 (970584c)
  • upgrade vite from 3.0.5 to 3.0.6 (8bc89a8)
svelte-session-manager - v1.0.12

Published by arlac77 over 4 years ago

1.0.12 (2020-05-13)

Bug Fixes

  • handle none present entitlements (7050f8f), closes #210
svelte-session-manager - v1.0.11

Published by arlac77 over 4 years ago

1.0.11 (2020-04-29)

Bug Fixes

  • package: module -> main (3887622)
svelte-session-manager - v1.0.10

Published by arlac77 over 4 years ago

1.0.10 (2020-04-16)

Bug Fixes

  • engines: add >=13.13.0 remove >=13.12.0 (engines.node) (74ca1b6)
svelte-session-manager - v1.0.9

Published by arlac77 over 4 years ago

1.0.9 (2020-03-30)

Bug Fixes

  • engines: add >=13.12.0 remove >=12.16.1 (engines.node) (2fcaf18)
svelte-session-manager - v1.0.8

Published by arlac77 over 4 years ago

1.0.8 (2020-03-10)

Bug Fixes

svelte-session-manager - v1.0.7

Published by arlac77 over 4 years ago

1.0.7 (2020-02-19)

Bug Fixes

  • engines: add >=12.16.1 remove >=12.16.0 (engines.node) (2cfb13a)
svelte-session-manager - v1.0.6

Published by arlac77 over 4 years ago

1.0.6 (2020-02-18)

Bug Fixes

  • login button autofocused (34f6de6)
svelte-session-manager - v1.0.5

Published by arlac77 over 4 years ago

1.0.5 (2020-01-28)

Bug Fixes

  • add disable autocorrect & autocapitalize fro login input fields (021ed8d)
svelte-session-manager - v1.0.4

Published by arlac77 almost 5 years ago

1.0.4 (2019-12-28)

Bug Fixes

  • user error_descriotion from WWW-Authenticate id present (2dd9040)
svelte-session-manager - v1.0.3

Published by arlac77 almost 5 years ago

1.0.3 (2019-12-11)

Bug Fixes

  • rollup: remove acorn-class-fields again (0fc8e86)
svelte-session-manager - v1.0.2

Published by arlac77 about 5 years ago

1.0.2 (2019-10-05)

Bug Fixes

  • travis: remove unused ci upload keys (7026a25)
svelte-session-manager - v1.0.1

Published by arlac77 about 5 years ago

1.0.1 (2019-10-05)

Bug Fixes

  • extract error from html title if content type is html (39b479b)
svelte-session-manager - v1.0.0

Published by arlac77 about 5 years ago

1.0.0 (2019-09-12)

Bug Fixes

  • add class=error (404ea34)
  • add required to username and password (d150493)
  • add same styling to example (ce79498)
  • check fetch response for errors (228a336)
  • clearTimeout (7ee0daf)
  • get rid of fieldsets (c870f92)
  • log response body in case of error (652b79e)
  • on expiration remove token (8801be0)
  • only add entitlements when expiration time has not been reached (00ead39)
  • Session is its on readable (ad02841)
  • sync expample index.mjs from template (be56809)
  • use store given in constructor (992fe89)
  • use whole body as error message if text/plain (152c917)
  • example: remove undefined css imports (4030f2a)
  • example: styling (2bc45d7)
  • Login: disable inuts & show spinner during execution (5a553fe)
  • package: bump deps (603995a)
  • show error message (5ae93e4)
  • packagE: name typo (11d11de)
  • travis: testcafe starts server by its own (e719769)
  • tests (4d83243)
  • typo (7869076)

Features

  • add Session.invalidate() (aa8a687)
  • introduce Session class (98b2cf0)
  • invalidate session when expiration time has reached (7d0382d)
  • result call back for login form (39d0175)
  • session singleton must be declared outside (c802f69)
  • Session: authorizationHeader (ea0ff7d)