Skip to content

Commit c69e6d3

Browse files
committed
feat: Implement authorization server with OAuth2 support and database schema setup
1 parent ddb19f8 commit c69e6d3

29 files changed

Lines changed: 5530 additions & 4312 deletions

.docker/database/02-create-workastra.sql

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,3 @@ CREATE DATABASE workastra_db;
33
CREATE USER workastra_user WITH ENCRYPTED PASSWORD 'workastra_password';
44

55
GRANT ALL PRIVILEGES ON DATABASE workastra_db TO workastra_user;
6-
7-
\c workastra_db
8-
9-
GRANT USAGE ON SCHEMA public TO workastra_user;
10-
GRANT CREATE ON SCHEMA public TO workastra_user;

0 commit comments

Comments
 (0)