Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cashier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kevin Lyda
cashier
Commits
f5871b4e
Commit
f5871b4e
authored
May 30, 2018
by
Kevin Lyda
Browse files
Options
Downloads
Patches
Plain Diff
Add Microsoft OAuth2 library to vendor.
parent
eb99016e
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
vendor/golang.org/x/oauth2/LICENSE
+1
-1
1 addition, 1 deletion
vendor/golang.org/x/oauth2/LICENSE
vendor/golang.org/x/oauth2/microsoft/microsoft.go
+16
-0
16 additions, 0 deletions
vendor/golang.org/x/oauth2/microsoft/microsoft.go
vendor/vendor.json
+6
-0
6 additions, 0 deletions
vendor/vendor.json
with
23 additions
and
1 deletion
vendor/golang.org/x/oauth2/LICENSE
+
1
−
1
View file @
f5871b4e
Copyright (c) 2009 The
G
o Authors. All rights reserved.
Copyright (c) 2009 The o
auth2
Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
modification, are permitted provided that the following conditions are
...
...
...
...
This diff is collapsed.
Click to expand it.
vendor/golang.org/x/oauth2/microsoft/microsoft.go
0 → 100644
+
16
−
0
View file @
f5871b4e
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package microsoft provides constants for using OAuth2 to access Windows Live ID.
package
microsoft
// import "golang.org/x/oauth2/microsoft"
import
(
"golang.org/x/oauth2"
)
// LiveConnectEndpoint is Windows's Live ID OAuth 2.0 endpoint.
var
LiveConnectEndpoint
=
oauth2
.
Endpoint
{
AuthURL
:
"https://login.live.com/oauth20_authorize.srf"
,
TokenURL
:
"https://login.live.com/oauth20_token.srf"
,
}
This diff is collapsed.
Click to expand it.
vendor/vendor.json
+
6
−
0
View file @
f5871b4e
...
@@ -878,6 +878,12 @@
...
@@ -878,6 +878,12 @@
"revision"
:
"bb50c06baba3d0c76f9d125c0719093e315b5b44"
,
"revision"
:
"bb50c06baba3d0c76f9d125c0719093e315b5b44"
,
"revisionTime"
:
"2017-09-28T00:25:42Z"
"revisionTime"
:
"2017-09-28T00:25:42Z"
},
},
{
"checksumSHA1"
:
"aoeqnmNuZdqxHG0/8bhKNLfRaY4="
,
"path"
:
"golang.org/x/oauth2/microsoft"
,
"revision"
:
"b9780ec78894ab900c062d58ee3076cd9b2a4501"
,
"revisionTime"
:
"2017-02-14T22:24:16Z"
},
{
{
"checksumSHA1"
:
"FUo16zuO20jOcdCUu0IgiF51koE="
,
"checksumSHA1"
:
"FUo16zuO20jOcdCUu0IgiF51koE="
,
"path"
:
"golang.org/x/sys/unix"
,
"path"
:
"golang.org/x/sys/unix"
,
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment