Skip to content

Commit

Permalink
feat: built-in login/consent UI for hydra perform authorization-code (
Browse files Browse the repository at this point in the history
  • Loading branch information
alnr authored Oct 10, 2024
1 parent 8263ef4 commit 7f8bd90
Show file tree
Hide file tree
Showing 8 changed files with 461 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
GOGC: 100
with:
args: --timeout 10m0s
version: v1.55.2
version: v1.61.0
skip-pkg-cache: true
- name: Run go-acc (tests)
run: |
Expand Down
2 changes: 1 addition & 1 deletion .schema/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"mode": {
"type": "integer",
"description": "Mode of unix socket in numeric form",
"description": "Mode of unix socket in numeric form, base 10.",
"default": 493,
"minimum": 0,
"maximum": 511
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export PATH := .bin:${PATH}
export PWD := $(shell pwd)
export IMAGE_TAG := $(if $(IMAGE_TAG),$(IMAGE_TAG),latest)

GOLANGCI_LINT_VERSION = 1.55.2
GOLANGCI_LINT_VERSION = 1.61.0

GO_DEPENDENCIES = github.com/ory/go-acc \
github.com/golang/mock/mockgen \
Expand Down
Loading

0 comments on commit 7f8bd90

Please sign in to comment.