Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
go-sso
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
id
go-sso
Commits
ad4e6235
Commit
ad4e6235
authored
Nov 18, 2018
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update id/auth (fix typo)
parent
a4b690e8
Pipeline
#1593
passed with stages
in 2 minutes and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
vendor/git.autistici.org/id/auth/protocol.go
vendor/git.autistici.org/id/auth/protocol.go
+1
-1
vendor/vendor.json
vendor/vendor.json
+5
-5
No files found.
vendor/git.autistici.org/id/auth/protocol.go
View file @
ad4e6235
...
...
@@ -124,7 +124,7 @@ func decodeUserInfoFromMap(m map[string]string, prefix string) *UserInfo {
u
.
Groups
=
append
(
u
.
Groups
,
s
)
i
++
}
if
u
.
Email
==
""
&&
len
(
u
.
Groups
)
==
0
{
if
u
.
Email
==
""
&&
u
.
Shard
==
""
&&
len
(
u
.
Groups
)
==
0
{
return
nil
}
return
&
u
...
...
vendor/vendor.json
View file @
ad4e6235
...
...
@@ -27,16 +27,16 @@
"revisionTime"
:
"2018-11-18T16:11:30Z"
},
{
"checksumSHA1"
:
"
rcWTaHvwTmKqbl8NqUF/nDsHzk8
="
,
"checksumSHA1"
:
"
6D5Xt9WoGSeTJE3XFw6P2/nKYrQ
="
,
"path"
:
"git.autistici.org/id/auth"
,
"revision"
:
"
797fa144f3c71ed5b411aca639dfdfce55a948c3
"
,
"revisionTime"
:
"2018-1
0-19T18:21:57
Z"
"revision"
:
"
d5da26d7565082baa108a1c1806f2fc723d33ccb
"
,
"revisionTime"
:
"2018-1
1-18T17:43:45
Z"
},
{
"checksumSHA1"
:
"48njEQBB73cV6tTPBEOnzSVRjeA="
,
"path"
:
"git.autistici.org/id/auth/client"
,
"revision"
:
"
797fa144f3c71ed5b411aca639dfdfce55a948c3
"
,
"revisionTime"
:
"2018-1
0-19T18:21:57
Z"
"revision"
:
"
d5da26d7565082baa108a1c1806f2fc723d33ccb
"
,
"revisionTime"
:
"2018-1
1-18T17:43:45
Z"
},
{
"checksumSHA1"
:
"MlpsZgRytv/c9IX9YawRJDN/ibQ="
,
...
...
Write
Preview
Markdown
is supported
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