WIP: Add Two Factor Authentication #7

Draft
adoralaura wants to merge 11 commits from feature-2fa into main
2 changed files with 2 additions and 4 deletions
Showing only changes of commit f001a0472a - Show all commits

View file

@ -1,4 +1,4 @@
FROM golang:1.20-alpine AS dev FROM golang:1.22-alpine AS dev
COPY . /var/app COPY . /var/app
WORKDIR /var/app WORKDIR /var/app

2
go.mod
View file

@ -2,8 +2,6 @@ module code.lila.network/adoralaura/go-urlsh
go 1.22 go 1.22
toolchain go1.22.2
require ( require (
github.com/gofiber/fiber/v2 v2.52.4 github.com/gofiber/fiber/v2 v2.52.4
github.com/gofiber/template/html/v2 v2.1.1 github.com/gofiber/template/html/v2 v2.1.1