Switch back to sha1 as key (#169)
Fix https://github.com/bozaro/git-as-svn/issues/244
This commit is contained in:
parent
1423c9f77d
commit
9251befd37
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ func BasicAuthEncode(user, pass string) string {
|
||||||
type AccessToken struct {
|
type AccessToken struct {
|
||||||
ID int64 `json:"id"`
|
ID int64 `json:"id"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Token string `json:"token"`
|
Token string `json:"sha1"`
|
||||||
HashedToken string `json:"hashed_token"`
|
|
||||||
TokenLastEight string `json:"token_last_eight"`
|
TokenLastEight string `json:"token_last_eight"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue