0_0_2.md

doc/release_notes/0_0_2.md
Last Update: 2024-04-05 12:58:59 +0000

0.0.2 (29/5/2020)

Features

Improvements

  • Store token/refresh token hashes in the database, instead of the “plain” tokens;

  • Client secret hashed by default, and provided by the application owner;

Fix

  • usage of client secret for authorizing the generation of tokens, as the spec mandates (and refraining from them when doing PKCE).