Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
accountserver
Commits
8e05961d
Commit
8e05961d
authored
Nov 18, 2018
by
ale
Browse files
Update id/auth (fix typo)
parent
2d62706d
Changes
3
Hide whitespace changes
Inline
Side-by-side
vendor/git.autistici.org/id/auth/protocol.go
View file @
8e05961d
...
...
@@ -19,16 +19,6 @@ type DeviceInfo struct {
Mobile
bool
}
// DebugString returns a string serialization of the DeviceInfo
// suitable for logging.
func
(
d
*
DeviceInfo
)
DebugString
()
string
{
s
:=
fmt
.
Sprintf
(
"%s/%s"
,
d
.
Browser
,
d
.
OS
)
if
s
.
RemoteZone
!=
""
{
s
=
fmt
.
Sprintf
(
"%s/%s"
,
s
,
s
.
RemoteZone
)
}
return
fmt
.
Sprintf
(
"%s(%s)"
,
d
.
ID
,
s
)
}
func
(
d
*
DeviceInfo
)
encodeToMap
(
m
map
[
string
]
string
,
prefix
string
)
{
m
[
prefix
+
"id"
]
=
d
.
ID
m
[
prefix
+
"remote_addr"
]
=
d
.
RemoteAddr
...
...
vendor/git.autistici.org/id/go-sso/sso-server
deleted
100755 → 0
View file @
2d62706d
File deleted
vendor/vendor.json
View file @
8e05961d
...
...
@@ -45,17 +45,17 @@
"revisionTime"
:
"2018-11-18T16:11:30Z"
},
{
"checksumSHA1"
:
"
3bnPpSVJ76JIN7CvGNJXCENCdjk
="
,
"checksumSHA1"
:
"
6D5Xt9WoGSeTJE3XFw6P2/nKYrQ
="
,
"origin"
:
"git.autistici.org/id/usermetadb/vendor/git.autistici.org/id/auth"
,
"path"
:
"git.autistici.org/id/auth"
,
"revision"
:
"
b0ce6ca3aba1819445d93d14d107b4651a239397
"
,
"revisionTime"
:
"2018-11-18T17:
18:31
Z"
"revision"
:
"
45a125c8573dc76b222ec0f09cb329d4fd4f424d
"
,
"revisionTime"
:
"2018-11-18T17:
45:09
Z"
},
{
"checksumSHA1"
:
"
oUeO2ktXtOh6f3w2cp1QtqjQlyQ
="
,
"checksumSHA1"
:
"
MszadHmYMr3JQMX2gRg7TfsQWVc
="
,
"path"
:
"git.autistici.org/id/go-sso"
,
"revision"
:
"a
4b690e8a4e30acb3e0b6e94727c56bc3390409d
"
,
"revisionTime"
:
"2018-11-18T17:
1
5:1
6
Z"
"revision"
:
"a
d4e6235791228c6ffc229174b46fb4cdbe27dc2
"
,
"revisionTime"
:
"2018-11-18T17:
4
5:
4
1Z"
},
{
"checksumSHA1"
:
"NtTOmajRf6xh0mkVSm18L70ncl0="
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment