v0.2.0
·
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_TYPEnow takessessionin place ofsecure, andjwtin place ofobscure- If you're using
obscureauth, the example landing page has been updated - please review and make any necessary changes DOG_OBSCURE_GHOST_SSO_PAGEhas been renamed toDOG_JWT_GHOST_SSO_PAGE
- Fix URL resolution when using a separate admin URL
- Remove
x-powered-by: expressheader in responses
Here are a few pointers:
- Check out https://github.vikaspotluri.me/discourse-on-ghost for the most up-to-date documentation
- The frozen docs are available in vikaspotluri123/discourse-on-ghost@v0.2.0:/docs (markdown)
- You can browse the released npm package on JSDelivr.
- View full list of changes from the previous stable release: v0.1.6...v0.2.0