MCPcopy
hub / github.com/nextauthjs/next-auth / createSession

Function createSession

packages/adapter-sequelize/src/index.ts:160–164  ·  view source on GitHub ↗
(session)

Source from the content-addressed store, hash-verified

158 })
159 },
160 async createSession(session) {
161 await sync()
162
163 return await Session.create(session)
164 },
165 async getSessionAndUser(sessionToken) {
166 await sync()
167

Callers

nothing calls this directly

Calls 1

syncFunction · 0.85

Tested by

no test coverage detected