Skip to content

Commit

Permalink
feat: authenticate with database during ssh authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeguo committed Jan 22, 2024
1 parent 2643148 commit d0ece64
Show file tree
Hide file tree
Showing 5 changed files with 389 additions and 8 deletions.
1 change: 1 addition & 0 deletions model/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ package model

var All = []any{
User{},
Key{},
}
8 changes: 8 additions & 0 deletions model/dao/gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

331 changes: 331 additions & 0 deletions model/dao/keys.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d0ece64

Please sign in to comment.