Skip to content

Commit

Permalink
feat(web): impl login callback (#442)
Browse files Browse the repository at this point in the history
* feat: add function editor theme & component

* feat: add database json editor

* update: header nav

* feat: login callback
  • Loading branch information
LeezQ authored Nov 28, 2022
1 parent 5182d8b commit ff64a8f
Show file tree
Hide file tree
Showing 25 changed files with 2,402 additions and 25,259 deletions.
4 changes: 2 additions & 2 deletions server/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# database
# database
DATABASE_URL=postgresql://adm1n:passw0rd@localhost:5432/sys_db?schema=public

# jwt settings
Expand All @@ -12,7 +12,7 @@ CASDOOR_ORG_NAME=built-in
CASDOOR_APP_NAME=app-built-in
CASDOOR_CLIENT_ID=a71f65e93723c436027e
CASDOOR_CLIENT_SECRET=0d7e157be08055867b81456df3c222ea7c68a097
CASDOOR_REDIRECT_URI=http://localhost:3000/v1/code2token
CASDOOR_REDIRECT_URI=http://localhost:3001/login_callback
CASDOOR_PUBLIC_CERT="-----BEGIN CERTIFICATE-----
MIIE3TCCAsWgAwIBAgIDAeJAMA0GCSqGSIb3DQEBCwUAMCgxDjAMBgNVBAoTBWFk
bWluMRYwFAYDVQQDEw1jZXJ0LWJ1aWx0LWluMB4XDTIyMTExNjEzMDc0OFoXDTQy
Expand Down
Loading

0 comments on commit ff64a8f

Please sign in to comment.