tracker.org

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

View file

@ -765,7 +765,7 @@ I have added a few common helpers in this PR:
Also some non trivial changes made to achieve the goal of this PR:
6. Add a ~realized-client~ to the ~OAuth2ClientService~. What is this about? So
1. Add a ~realized-client~ to the ~OAuth2ClientService~. What is this about? So
~get-client~ of the ~OAuth2ClientService~ is purely about search clients in
DB, just a think layer around CRUD. Before this PR there was also a
~get-client~ method exposed by the ~OAuthService~ which act differently.