dev/core#2141 - Multiple revisions to new screen for inspecting OAuth tokens
authorTim Otten <totten@civicrm.org>
Thu, 5 Nov 2020 08:01:09 +0000 (00:01 -0800)
committerTim Otten <totten@civicrm.org>
Sat, 7 Nov 2020 00:31:30 +0000 (16:31 -0800)
commitff3347feddc4c514012495cdd837e09b057aec37
treead5719f30ba5c77629dec3bfd65d65dd318f8254
parent9fd95bb21cc6efc2c7bcb24da1a3cf3331469c5d
dev/core#2141 - Multiple revisions to new screen for inspecting OAuth tokens

Overview
--------

5.32 adds `oauth-client`, which includes a screen for inspecting OAuth
tokens.  This is intended to facilitate debugging.

Before
------

* The screen works for inspecting one token. It offers a button to inspect other tokens, but it doesn't work.
* The screen only shows the `access_token` (and its JWT variant)

After
-----

* The malfunctioning button isn't needed. Remove it.
* The screen shows a full record of the token details. This should make it even more useful for debuggin.
ext/oauth-client/ang/oauthJwtDebug.aff.html