Skip to content

Instantly share code, notes, and snippets.

View syakuis's full-sized avatar
🏃‍♂️
I may be slow to respond.

샤쿠 syakuis

🏃‍♂️
I may be slow to respond.
View GitHub Profile
create table oauth_client_details (
client_id VARCHAR(255) PRIMARY KEY,
resource_ids VARCHAR(255),
client_secret VARCHAR(255),
scope VARCHAR(255),
authorized_grant_types VARCHAR(255),
web_server_redirect_uri VARCHAR(255),
authorities VARCHAR(255),
access_token_validity INTEGER,
refresh_token_validity INTEGER,