Skip to content

Commit 06d055e

Browse files
committed
给test_client加上手机验证码模式的grant
1 parent 1bd4ccd commit 06d055e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/db/db.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ CREATE TABLE oauth_client_token
7878
-- DML数据准备
7979

8080
INSERT INTO oauth_client_details (client_id, resource_ids, client_secret, scope, authorized_grant_types, web_server_redirect_uri, authorities, access_token_validity, refresh_token_validity, additional_information, autoapprove)
81-
VALUES ('test_client', NULL, '$2a$10$2szDKjvKHJCWE6YQNznogOeQF3USZHmCYj1fG7YbfK.vnTgNKLzri', 'read', 'client_credentials,authorization_code,password,refresh_token', 'http://baidu.com', NULL, 7200, 108000, NULL, NULL);
81+
VALUES ('test_client', NULL, '$2a$10$2szDKjvKHJCWE6YQNznogOeQF3USZHmCYj1fG7YbfK.vnTgNKLzri', 'read', 'client_credentials,authorization_code,mobile,password,refresh_token', 'http://baidu.com', NULL, 7200, 108000, NULL, NULL);
8282

8383

0 commit comments

Comments
 (0)