issues
search
mrjones
/
oauth
OAuth 1.0 implementation in go (golang).
http://www.mrjon.es
MIT License
269
stars
119
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Consider rename to `LICENSE.txt`
#74
silverwind
opened
1 year ago
0
Add Realm parameter which goes into auth header stanza but does not contribute to signature
#73
yobert
opened
1 year ago
0
Renew access token
#72
maheshnayer
opened
4 years ago
1
support mutil values for single group_id
#71
ccqpein
closed
5 years ago
0
Return http execute error for authentication
#70
mogita
closed
5 years ago
2
Ignore missing verification code when authorizing token
#69
mircea-cosbuc
closed
6 years ago
1
HTTP/S Proxy Support
#68
batuhansk
closed
6 years ago
2
The logic behind preventing multiple form parameters with same name.
#67
oguzhantopcu
closed
5 years ago
5
Read http Request bodies in a go1.8+ compliant manner
#66
mffahey
closed
6 years ago
4
Pass through context to enable request timeouts
#65
johnboiles
closed
6 years ago
4
Not able to make OAUTH Post call
#64
tanujChilwal
closed
7 years ago
2
Allows providers to include query string params in the base string for signing
#63
ericksonjoseph
closed
7 years ago
4
Handles url escaped signatures
#62
ericksonjoseph
closed
7 years ago
1
updates outdated link
#61
ShawnMilo
closed
7 years ago
1
app engine support
#60
jtolio
opened
7 years ago
1
Return err if no consumer key is present during validation
#59
ericksonjoseph
closed
7 years ago
0
Fix error provider.go:111: undefined: timestamp
#58
RuniVN
closed
7 years ago
2
Trim 13 digit timestamps to the expected 10 digits
#57
ericksonjoseph
closed
7 years ago
1
Allows consumers to configure whether or not to check for the timestamp
#56
ericksonjoseph
closed
7 years ago
2
Does this library work with one legged authorization?
#55
trosel
closed
7 years ago
7
Return early on err
#54
arlolra
closed
8 years ago
1
Variable additional params
#53
arlolra
closed
8 years ago
1
Not working for Twitter
#52
motyar
closed
8 years ago
0
Consumer holds a nonceGenerator interface instance
#51
RobHoman
closed
8 years ago
2
Prefer using http Host header for client-side signing
#50
RobHoman
closed
8 years ago
2
Look for Oauth params in form body or query string
#49
rascalking
closed
8 years ago
2
Wrap non-reentrant seeded random number generator with lock
#48
dsajanice
closed
8 years ago
1
Add optional oauth features
#47
apilloud
closed
8 years ago
1
Provider support for RSA signatures
#46
apilloud
closed
8 years ago
1
Allow consumer keys to be UUIDs in header authorization
#45
themartorana
closed
8 years ago
0
Protect trailing = in signature
#44
themartorana
closed
8 years ago
3
Allow consumer keys to be UUIDs in header authorization
#43
themartorana
closed
8 years ago
1
OAuth1 Two-legged provider
#42
jacobpgallagher
closed
8 years ago
1
Twitter example doesn't work
#41
tyrannosaurus-becks
closed
9 years ago
1
Space not properly escaped
#40
pchristopher1275
opened
9 years ago
1
Error reading privateKey
#39
ferromir
closed
9 years ago
2
Fixed oauth for Trello
#38
insanum
closed
9 years ago
1
Verifying requests
#37
MSamman
closed
9 years ago
1
Add trello OAuth example
#36
xuqingfeng
closed
9 years ago
1
update with latest changes from original repository
#35
mnovozhylov
closed
9 years ago
0
broken request if parameter contains ";"
#34
mnovozhylov
opened
9 years ago
4
Add option to allow self-signed/invalid certificates
#33
jgautheron
closed
9 years ago
2
Add XML implementation
#32
jgautheron
closed
9 years ago
2
Support posting JSON.
#31
gabrielf
closed
9 years ago
5
Post multipart
#30
truongsinh
closed
9 years ago
1
Added body parameter to Consumer.Post() function
#29
jiangzhu78
closed
9 years ago
3
Correct REST API URL
#28
zimmski
closed
9 years ago
1
RSA private key cannot be defined
#27
zimmski
closed
9 years ago
5
enable passing custom httpClient to consumer
#26
JustinBeckwith
closed
9 years ago
2
Update RSASigner to use EncodeToString
#25
marksamman
closed
9 years ago
1
Next