Skip to content

v0.0.1-alpha.0

Pre-release
Pre-release

Choose a tag to compare

@manekinekko manekinekko released this 02 Jul 14:53
· 1064 commits to main since this release

0.0.1-alpha.0 (2020-07-02)

Bug Fixes

  • auth: set Nonce cookie with the same value as the query param (2f873b4)
  • .auth/me should return null if user is not authentucated (f1029af)
  • redirect to localhost (proxified) (378b21c)
  • remove appInsight logging (4949180)
  • remove http schema and use localhost (b0da97a)
  • repose status code in headers (7361bc3)
  • update npm config (4e6f165)
  • use SWA_EMU_AUTH_URI for all routes (0054139)

Features

  • add .auth/complete rule (4bb150c)
  • add .auth/login/{provider} rule (87299e1)
  • add .auth/login/{provider}/callback rule (31b2ac8)
  • add .auth/login/done rule (53e2ea7)
  • add .redirect rule (50da1c4)
  • add app .auth/login/{provider} rule (d6b109f)
  • add app .auth/me rule (6f1d50d)
  • add az func project (57c14ea)
  • add support for logout flow (a4b9f97)
  • customize with enviroment vars (3b91395)
  • emulate api and app backends (dbc01b7)
  • proxify .auth/api/app routes (1945c01)
  • run msha and auth concurrently (c0b5da2)