issues
search
weavejester
/
ring-oauth2
OAuth 2.0 client middleware for Ring
146
stars
38
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Implement both synchronous (1-arity) and async (3-arity) Ring handler fns #54
#55
enspritz
closed
4 months ago
5
3-arity Ring handler for use with Ring async
#54
enspritz
closed
4 months ago
1
Unclear error messages
#53
whamtet
closed
4 months ago
1
Supporting multiple profiles for the same provider?
#52
lukaszkorecki
opened
1 year ago
5
Add PKCE support
#51
weavejester
closed
1 year ago
0
Fix #27 by using java.util.Date for storing expiration time
#50
gerdint
closed
1 year ago
10
Middelware does not work with Facebook?
#49
gerdint
closed
1 year ago
1
Add PKCE support
#48
whamtet
closed
1 year ago
13
fixes a couple of bugs #46 which I filed and #27. Updated dependencies. Created a deps.edn Passing tests.
#47
jamiepratt
closed
1 year ago
2
clj-http now requires cheshire 5.9.0
#46
jamiepratt
closed
1 year ago
1
Allow authorization URI to be configured as a function
#45
Kah0ona
opened
3 years ago
0
Requesting a new release with redirect handler support
#44
ajitj
closed
3 years ago
1
400 "No authorization code" on callback, even though I can see code in URL string
#43
njerig
closed
4 months ago
4
Pass params submitted to launch-uri to authorization-uri
#42
sbauch
opened
3 years ago
6
Support for dynamic authorization URL params
#41
sbauch
opened
3 years ago
7
refresh token functionality
#40
Yunfeng-Song
opened
3 years ago
1
Adding nonce to oauth authorize request
#39
sai-krishna-1994
closed
3 years ago
0
Logout Flow
#38
MyriaCore
closed
4 years ago
2
Add new configuration :redirect-handler
#37
tendant
closed
4 years ago
7
Update to check the existence of auth code
#36
liquidz
closed
4 years ago
10
Works when deployed to "/" but 404s when run with a context path
#35
yatesco
closed
3 years ago
2
Help: how to allow a local administrator to bypass?
#34
yatesco
closed
4 years ago
2
Added missing `handler` parameter to example in README.md
#33
yatesco
closed
4 years ago
4
Is the example `ring-defaults` missing the actual handler in README.md?
#32
yatesco
closed
4 years ago
1
Fix typo in README
#31
yatesco
closed
4 years ago
0
cannot get the token
#30
bongistan
closed
5 years ago
4
Add extra data to access-tokens map
#29
Heliosmaster
closed
4 years ago
7
Store time in session as java.util.Date rather than joda-time
#28
Heliosmaster
closed
1 year ago
20
No reader function for tag object when using cookie store
#27
Heliosmaster
closed
1 year ago
10
Add extra data to access-tokens map
#26
lacogubik
closed
4 years ago
2
Enhancement: configure middleware for the internal POST calls
#25
Kah0ona
opened
5 years ago
2
Internal Server Error/404 on callback from Youtube API
#24
ZadenRB
closed
5 years ago
1
improvement: no longer crash when expires_in param is a string
#23
Kah0ona
closed
5 years ago
4
Extra docs
#22
Kah0ona
closed
5 years ago
7
Add contributing guidelines
#21
AndreaCrotti
closed
6 years ago
0
validate profiles
#20
AndreaCrotti
closed
6 years ago
5
Scary error when forgetting `client_id` or `client_secret`
#19
AndreaCrotti
closed
6 years ago
1
redirect-uri and provider differences
#18
earthtrip
closed
6 years ago
4
Help getting started with ring-oauth2 and Luminus
#17
perrygeo
closed
4 months ago
2
add :strategy option and protocol to middleware
#16
chrisbetz
opened
6 years ago
8
X-Forwarded-* headers are not used for resolving the URI
#15
kaosko
closed
6 years ago
1
How to retrieve the access token received from the Provider ?
#14
bcambel
closed
6 years ago
2
expires_in is not a number, coming from Microsoft Azure
#13
ingesolvoll
closed
6 years ago
1
Implicit dependencies on other middelware
#12
ingesolvoll
opened
6 years ago
5
Minor typo in GitHub example
#11
voutilad
closed
6 years ago
1
Allow supplying custom success, error handlers
#10
kaosko
opened
6 years ago
5
Support absolute redirect uri
#9
ballad89
closed
6 years ago
5
Fix client_id and client_secret parameter names
#8
vbedegi
closed
7 years ago
6
Optionally include refresh_token and id_token into session
#7
ballad89
closed
7 years ago
9
Add new optional parameter :basic-auth?
#6
ballad89
closed
7 years ago
7
Next