Deprecate JWT flow in favor of OAuth2 flow
Change-Id: I98f44d80be07dfd4bf97bcbd30510128fd035a46
diff --git a/Changes b/Changes
index 2e16e4b..93498a8 100755
--- a/Changes
+++ b/Changes
@@ -23,6 +23,9 @@
exceptions in Mojo >= 9.0.
- Support revocation of tokens.
- Disable caching in auth routes.
+ - Deprecate JWT flow. In the future only OAuth2
+ flow will be supported and will be the default
+ option for authentication and authorization.
WARNING: Upgrading to Mojolicious 9.19 will
invalidate all sessions. This is a security update.