Closed evan-goode closed 7 months ago
Gorm won't save changes to associated objects unless you use a gorm.Session with FullSaveAssociations: true.
gorm.Session
FullSaveAssociations: true
Fixes a serious bug where clients can't POST /authenticate with an existing clientToken, they can only refresh.
POST /authenticate
clientToken
refresh
Gorm won't save changes to associated objects unless you use a
gorm.Session
withFullSaveAssociations: true
.Fixes a serious bug where clients can't
POST /authenticate
with an existingclientToken
, they can onlyrefresh
.