issues
search
martini-contrib
/
oauth2
[not maintained] Allows your Martini application to support user login via an OAuth 2.0 backend.
Apache License 2.0
125
stars
47
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Delete the repo?
#50
rakyll
opened
9 years ago
1
Changing to use golang.org/x/oauth2
#49
lnguyen
closed
9 years ago
0
Golang OAuth2 API changed. go get fails
#48
boopathi
opened
9 years ago
2
New problem with "go get github.com/martini-contrib/oauth2"
#47
shackra
opened
9 years ago
1
oauth2.go:51: undefined: oauth2.Options
#46
kmulvey
opened
9 years ago
1
support to new design the API golang.org/x/oauth2
#45
weslleyandrade
closed
9 years ago
10
Fix. issues #43 (API broken)
#44
weslleyandrade
closed
9 years ago
0
API broken
#43
unknwon
opened
9 years ago
2
Un-remove ExtraData
#42
edvakf
opened
10 years ago
0
Expired() call for Token panics
#41
iph
closed
10 years ago
1
/oauth2callback stack overflow
#40
dougbarrett
closed
10 years ago
1
can use get query with callback url
#39
catatsuy
opened
10 years ago
2
Fix infinite recursion from 478a5ec
#38
asazernik
closed
10 years ago
1
API Change in golang/oauth2 breaks build as of 7 Nov 2014
#37
asazernik
closed
10 years ago
2
Fix build due to golang/oauth2 incompatibility
#36
sorah
closed
10 years ago
6
Problem with "go get github.com/martini-contrib/oauth2"
#35
obetomuniz
closed
10 years ago
2
Fixed using the dependent function in oauth2 lib
#34
vlastv
closed
10 years ago
3
martini-contrib/oauth2 is unsafe and vulnerable to csrf
#33
jtolio
opened
10 years ago
1
Handling multiple oauth authentication
#32
emmanuelbuah
opened
10 years ago
0
An error http.DefaultTransport and http.DefaultClient are not available on App Engine server
#31
Gary-Li
closed
10 years ago
1
Bugs in documentation
#30
jaisingh
closed
10 years ago
2
fix stack overflow when printing tokens
#29
shrugs
closed
10 years ago
0
Remove leftover todo comment
#28
ahmetb
closed
10 years ago
0
Integration with github.com/golang/oauth2
#27
ahmetb
closed
10 years ago
2
Updated to support LinkedIn
#26
dougbarrett
closed
10 years ago
1
Adding oauth2 providers
#25
dougbarrett
closed
10 years ago
1
expose transport. useful for OAuth2 providers that also have an API.
#24
idiomatic
closed
10 years ago
1
Switch to github.com/golang/oauth2
#23
rakyll
closed
10 years ago
0
Highlight URLs in README file
#22
exAspArk
closed
10 years ago
1
Add Login Callback
#21
izqui
opened
10 years ago
1
Github Missing Access Token
#20
bcg
closed
10 years ago
2
How do you optionally require the login redirect?
#19
gmlewis
closed
10 years ago
2
Testing GitHub OAuth locally
#18
exAspArk
closed
10 years ago
12
How would we go about support login via Steam?
#17
kidoman
closed
10 years ago
2
- Expose oauth.Token.Extra data to the oauth2.Token layer.
#16
jaredgisin
closed
10 years ago
3
Update package to use the github.com/go-martini/martini import path
#15
codegangsta
closed
10 years ago
1
Update README.md
#14
erizocosmico
closed
10 years ago
0
Error in example
#13
findjashua
closed
10 years ago
0
Fixes issue with unvalidated redirects in next parameter
#12
tomsteele
closed
10 years ago
1
Twitter oauth2
#11
porjo
closed
10 years ago
2
Added Twitter endpoint
#10
erizocosmico
closed
10 years ago
3
LoginRequired handler should redirect user to the current page
#9
rakyll
closed
10 years ago
1
Fix README
#8
jakejscott
closed
10 years ago
0
Getting a build error when I try and follow the example in the README
#7
jakejscott
closed
10 years ago
2
Fix example in the README
#6
jakejscott
closed
10 years ago
0
Add to wercker
#5
codegangsta
closed
10 years ago
2
Auto logout if access token is expired, or retrieve another if refresh token is provided
#4
rakyll
closed
10 years ago
1
Provide oauth2.LoginRequired handler
#3
rakyll
closed
10 years ago
0
Add profile getter
#2
rakyll
opened
10 years ago
5
Adding OAuth 2.0 middleware to allow logins via OAuth 2.0 providers
#1
rakyll
closed
10 years ago
5
Next