6 lines
285 B
Go
6 lines
285 B
Go
|
|
// Package store opens the SQLite-backed persistence layer used by the broker
|
||
|
|
// for OAuth clients, authorization codes, access tokens, and refresh tokens.
|
||
|
|
// Migrations are embedded via embed.FS and applied on open.
|
||
|
|
//
|
||
|
|
// Implementation lands in forgejo-mcp-broker-9jh.
|
||
|
|
package store
|