Skip to content

Commit

Permalink
Mark certain changes non-Experimental (#1081)
Browse files Browse the repository at this point in the history
These were noted as Experimental before the relevant components moved
from the `.experimental` subpackage. Now that they've moved, the
rubric is not appropriate.
  • Loading branch information
sirosen authored Oct 14, 2024
1 parent 3ecad78 commit 3c1319d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Fixed
~~~~~

.. rubric:: Experimental

- Fix the handling of Dependent Token and Refresh Token responses in
``TokenStorage`` and ``GlobusApp``'s internal ``ValidatingTokenStorage`` in
order to ensure that ``id_token`` is only parsed when appropriate. (:pr:`1055`)
``TokenStorage`` and ``ValidatingTokenStorage`` in order to ensure
that ``id_token`` is only parsed when appropriate. (:pr:`1055`)
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Changed
~~~~~~~

.. rubric:: Experimental

- The mechanisms of token data validation inside of ``GlobusApp`` are now more
modular and extensible. The ``ValidatingTokenStorage`` class does not define
built-in validation behaviors, but instead contains a list of validator
Expand Down

0 comments on commit 3c1319d

Please sign in to comment.