Add version variables

This commit is contained in:
2025-05-24 18:30:21 +04:00
parent 9917f61db1
commit bad7b4a304
12 changed files with 196 additions and 133 deletions

View File

@@ -5,7 +5,6 @@ package middleware
import (
"crypto"
"errors"
"fmt"
atcrypto "github.com/bluesky-social/indigo/atproto/crypto"
"github.com/golang-jwt/jwt/v5"
@@ -44,7 +43,6 @@ func init() {
jwt.RegisterSigningMethod(SigningMethodES256.Alg(), func() jwt.SigningMethod {
return SigningMethodES256
})
fmt.Println("init Completed")
}
// Errors returned on different problems.