You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
Save the application_type and the contacts in the OAuth 2.0 clients
This also removes the dedicated "redirect_uris" table and makes it a field of the "oauth2_clients" table
This commit is contained in:
@@ -33,6 +33,7 @@ async fn create_test_client(state: &TestState) -> Client {
|
||||
&state.clock,
|
||||
vec![],
|
||||
None,
|
||||
None,
|
||||
vec![],
|
||||
vec![],
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user