Kento75 / bookstore_oauth-api

WIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bookstore_oauth-api

Stack

go mod command

# go mod init
# go get golang.org/x/text

cassandra query

> create keyspace oauth with replication = {'class': 'SimpleStrategy', 'replication_factor':1};
> use oauth;
> create table access_tokens(access_token varchar primary key, user_id bigint, client_id bigint, expires bigint);

About

WIP


Languages

Language:Go 100.0%