implement oauth device code 'as if' endpoints

This commit is contained in:
2024-10-02 08:45:05 +02:00
parent a5d6be9338
commit 32afe88a9b
6 changed files with 92 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Utiliser une image officielle de Go pour construire l'application
FROM golang:1.20-alpine AS builder
FROM golang:1.23-alpine AS builder
# Installer les dépendances pour PostgreSQL
RUN apk add --no-cache git