Openwhyd Versions Save

💎 Like Pinterest, but for Music 🎧

v1.59.16

1 month ago

1.59.16 (2024-03-09)

Bug Fixes

  • auth: revert previous commit (0b1a7a2)

v1.59.15

1 month ago

1.59.15 (2024-03-09)

Bug Fixes

  • auth: try to refresh auth0 session silently, without having to re-login everyday (c8fb684), closes #705

v1.59.14

2 months ago

1.59.14 (2024-02-04)

Bug Fixes

  • admin routes should redirect to auth0 login page (91dbb68)

v1.59.13

3 months ago

1.59.13 (2024-01-11)

Bug Fixes

  • deps: bump follow-redirects from 1.15.3 to 1.15.4 (#760) (c022137)

v1.59.12

3 months ago

1.59.12 (2024-01-04)

Bug Fixes

  • import-posts: MongoServerError: Authentication failed. (50fa788)
  • import-posts: use WHYD_URL_PREFIX env var (caa0816)

v1.59.11

3 months ago

1.59.11 (2023-12-29)

Bug Fixes

  • auth: delete request.session if user is not logged in from auth0 (25e5e65)

v1.59.10

3 months ago

1.59.10 (2023-12-29)

Bug Fixes

  • auth: make sure that legacy auth/session middleware is not initialize alongside Auth0 (1ada22f), closes #756

v1.59.9

3 months ago

1.59.9 (2023-12-29)

Bug Fixes

  • auth: make sure that request.session is defined, even if auth0 is used (79523d9), closes #756
  • auth: make sure that whydUid is cleared after logout from Auth0 (9ab6305), closes #756

v1.59.8

3 months ago

1.59.8 (2023-12-29)

Bug Fixes

  • auth: logout local session after auth0 logout (6e7299d), closes #756
  • comments (21c0f23)
  • env: no need to expose local db, assuming that users were uploaded to auth0 "dev" tenant's db (31b1019)
  • env: typo on required env var: AUTH0_CLIENT_SECRET (eb54506)
  • makefile: docker-seed to start services (998607b)
  • makefile: make dev to start openwhyd against "dev" auth0 tenant (4a1ae82)