tracker.org

This commit is contained in:
Yann Esposito (Yogsototh) 2022-03-07 12:15:03 +01:00
parent e04b929154
commit a8e086dc73
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -787,3 +787,11 @@ Also some non trivial changes made to achieve the goal of this PR:
In that case we also use the ~RefreshGrantSerice~ to verify the refresh
token associated has granted the scopes we are going to provide.
Another important note.
This change made again pretty clear why it really helps to use the
~with-tk~ pattern. A lot of manual changes was made because we have a lot of
tests that have not be migrated to this new pattern.
The main consequence for IROH-Auth dev, is that many changes will break
tests far away with almost not real related issue.
So I will probably take the time to really invest in using the new pattern for
IROH-Auth + IROH-Web. Because it really took me days to just fix these.