+2
-2
.air.toml
.air/appview.toml
+2
-2
.air.toml
.air/appview.toml
+7
.air/knotserver.toml
+7
.air/knotserver.toml
+40
-22
appview/auth/auth.go
+40
-22
appview/auth/auth.go
······-func (a *Auth) CreateInitialSession(ctx context.Context, username, appPassword string) (*comatproto.ServerCreateSession_Output, error) {+func (a *Auth) CreateInitialSession(ctx context.Context, resolved *identity.Identity, appPassword string) (*comatproto.ServerCreateSession_Output, error) {···-func (a *Auth) StoreSession(r *http.Request, w http.ResponseWriter, atSessionish Sessionish) error {+func (a *Auth) StoreSession(r *http.Request, w http.ResponseWriter, atSessionish Sessionish, pdsEndpoint string) error {···
+9
-5
appview/db/db.go
+9
-5
appview/db/db.go
·········
+70
appview/db/pubkeys.go
+70
appview/db/pubkeys.go
···+if err := rows.Scan(&publicKey.Key, &publicKey.Name, &publicKey.DID, &publicKey.Created); err != nil {+if err := rows.Scan(&publicKey.DID, &publicKey.Key, &publicKey.Name, &publicKey.Created); err != nil {
+2
-2
appview/state/middleware.go
+2
-2
appview/state/middleware.go
······
+79
-15
appview/state/state.go
+79
-15
appview/state/state.go
························
+1
-5
git/git.go
+1
-5
git/git.go
···