From 3429fef847434e753df26261f85d54c03a24b015 Mon Sep 17 00:00:00 2001 From: Mayank Thakur Date: Wed, 4 Oct 2023 17:37:24 +0530 Subject: [PATCH] updated changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f14039af5..6010d7119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +- Add `validate_access_token` function to providers + - This can be used to verify the access token received from providers. + ## [0.16.3] - 2023-09-28 - Add Twitter provider for thirdparty login