Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

v1.7.0

Compare
Choose a tag to compare
@botsalot botsalot released this 21 Aug 16:39
· 135 commits to master since this release
35f1b4a

1.7.0 (2019-08-21)

Bug Fixes

  • (authentication): adds .env var to .env-base (ALLOW_INSECURE_REDIRECTS) (3847f4d)
  • authentication: cleaning null auth strategies, linting, secure .env for redirects (12da3ba)
  • fixes merge conflicts with origin/dev (10230d8)
  • minor eslinting fix (0cae174)
  • authentication: fixes github email scope, etc (e225499)
  • authentication: postLogin page attempts to send a get request to specified url (for .net callbacks) (99fa62f)
  • authentication: sets cookie maxAge instead of expires because redirectUrl was not cleared (19da355)

Features

  • (wip) adds auth0 login routes and changes: adding auth0 (9f5ccf3)
  • authentication: added local strategy (24ac7e2)
  • authentication: added redirect url validation checks (364ce49)
  • authentication: adds email verification route, conditionally removes api login/register (6ada782)
  • authentication: adds isSpeckleServer prop on /api for clientside url validation (34442f6)
  • authentication: azure ad fixes, error page, signing page, and other things (718c9c5)
  • authentication: changes redirect logic, and conn string separator, removes unused dep (6569b50)
  • authentication: checks protocol (http vs https) against env flag regarding insecure redirects (c5872f0)
  • authentication: fixed redirects, auth0 lockless strategy, and other fiddles (e73f520)
  • authentication: implemented Auth0 callbacks, and other stuff (4fd23ca)
  • authentication: implemented password resets (8d7879f)
  • authentication: nicer pwd reset message pages & minor fixes (ab237c3), closes #107
  • added azure-ad & auth0 sign in strategies (cca4010)
  • authentication: re-implements local strategy, adds signin main page, and more (4a1daec)
  • authorization: added github authorization, added storage of provider profiles on users (e56d60e)
  • demo: testing stuff (8089f12)