From 5f01183159be082d3cd7b2785cc8ec0b696a5fa5 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Tue, 19 Jan 2016 17:46:48 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df93a7b..3998979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file. ##### Fixed - Fixed generating RSA key by ignoring value of OIDC_RSA_KEY_FOLDER. -- Make OIDC_IDTOKEN_SUB_GENERATOR to be lazy imported by the location of the function. +- Make OIDC_AFTER_USERLOGIN_HOOK and OIDC_IDTOKEN_SUB_GENERATOR to be lazy imported by the location of the function. - Problem with a function that generate urls for the /.well-known/openid-configuration/ endpoint. ### [0.2.3] - 2016-01-06