Skip to content

v0.2.0

Choose a tag to compare

@vikaspotluri123 vikaspotluri123 released this 20 Feb 02:12
· 298 commits to master since this release

This is the stable release of v0.2.0, containing 1 breaking change and a few minor improvements. Note: v0.2.0 is functionally equivalent to v0.2.0-beta.3

Highlights in this release:

  • [BREAKING] ✨ use member JWT for auth instead of uuid + email
    • DOG_DISCOURSE_SSO_TYPE now takes session in place of secure, and jwt in place of obscure
    • If you're using obscure auth, the example landing page has been updated - please review and make any necessary changes
    • DOG_OBSCURE_GHOST_SSO_PAGE has been renamed to DOG_JWT_GHOST_SSO_PAGE
  • Fix URL resolution when using a separate admin URL
  • Remove x-powered-by: express header in responses

Here are a few pointers: