Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
omniauth-msunet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perry, Christopher
omniauth-msunet
Commits
37126d8d
Commit
37126d8d
authored
8 years ago
by
Tomaka, Andrew
Browse files
Options
Downloads
Patches
Plain Diff
Minor cosmetic fixes
parent
35cc5a46
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/omniauth/strategies/msunet.rb
+2
-3
2 additions, 3 deletions
lib/omniauth/strategies/msunet.rb
with
2 additions
and
3 deletions
lib/omniauth/strategies/msunet.rb
+
2
−
3
View file @
37126d8d
...
...
@@ -6,7 +6,6 @@ module OmniAuth
class
MSUnet
<
OmniAuth
::
Strategies
::
OAuth2
option
:client_options
,
{
site:
"https://oauth.ais.msu.edu"
,
authorize_path:
"/oauth/authorize"
,
authorize_url:
"/oauth/authorize"
,
token_url:
"/oauth/token"
}
...
...
@@ -26,7 +25,7 @@ module OmniAuth
end
extra
do
{
:
raw_info
=>
raw_info
}
{
raw_info
:
raw_info
}
end
def
raw_info
...
...
@@ -37,4 +36,4 @@ module OmniAuth
end
end
OmniAuth
.
config
.
add_camelization
'msunet'
,
'MSUnet'
\ No newline at end of file
OmniAuth
.
config
.
add_camelization
'msunet'
,
'MSUnet'
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
register
or
sign in
to comment