-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule gw2auth.com-canary
updated
12 files
+32 −0 | .github/actions/build_and_test/action.yml | |
+27 −0 | .github/workflows/trigger_monorepo_workflow.yml | |
+23 −0 | .gitignore | |
+158 −0 | config_lambda.go | |
+42 −0 | config_local.go | |
+25 −0 | go.mod | |
+42 −0 | go.sum | |
+98 −0 | main.go | |
+85 −0 | oauth2/client.go | |
+25 −0 | oauth2/consts.go | |
+56 −0 | oauth2/metadata.go | |
+8 −0 | store.go |