🚚 Update domain

This commit is contained in:
2024-03-20 20:56:43 +08:00
parent 1bd0807d65
commit 96ee0dc3a7
26 changed files with 80 additions and 68 deletions

View File

@@ -1,11 +1,12 @@
package services
import (
"code.smartsheep.studio/hydrogen/identity/pkg/database"
"code.smartsheep.studio/hydrogen/identity/pkg/models"
"time"
"git.solsynth.dev/hydrogen/identity/pkg/database"
"git.solsynth.dev/hydrogen/identity/pkg/models"
"github.com/spf13/viper"
"gorm.io/gorm"
"time"
)
func LookupSessionWithToken(tokenId string) (models.AuthSession, error) {