mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-13 05:17:30 -06:00
Bashing away at federation
This commit is contained in:
parent
1c3ad47f52
commit
8b1d96ec52
27 changed files with 472 additions and 185 deletions
|
|
@ -30,7 +30,8 @@ type clientStore struct {
|
|||
db db.DB
|
||||
}
|
||||
|
||||
func newClientStore(db db.DB) oauth2.ClientStore {
|
||||
// NewClientStore returns an implementation of the oauth2 ClientStore interface, using the given db as a storage backend.
|
||||
func NewClientStore(db db.DB) oauth2.ClientStore {
|
||||
pts := &clientStore{
|
||||
db: db,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue