Skip to content
This repository was archived by the owner on Sep 14, 2021. It is now read-only.

v20.0.0

Choose a tag to compare

@markdalgleish markdalgleish released this 08 Mar 03:18

<a name"20.0.0">

20.0.0 (2017-03-08)

Features

  • header: Use strings for authentication state (#148) (cb87f70f)

Breaking Changes

  • Moved away from true/false/null for tri-state management of authenticated on the
    Header. Now uses explicit strings of authenticated/unauthenticated/pending being passed into
    authenticationStatus.
    (cb87f70f)