2
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Aug 07, 2024 — Aug 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated unit tests for new refresh token mode
jricher
as Justin Richer
More... about 10 years ago
added clear access tokens to export/import
jricher
as Justin Richer
More... about 10 years ago
DB table sync
jricher
as Justin Richer
More... about 10 years ago
clearing out refresh tokens is now configurable, closes #409
jricher
as Justin Richer
More... about 10 years ago
fixed refresh token lookup
jricher
as Justin Richer
More... about 10 years ago
converted error handlers to a single @ControllerAdvice class, closes #788
jricher
as Justin Richer
More... about 10 years ago
switched connection pool to use HikariCP, closes #821
jricher
as Justin Richer
More... about 10 years ago
split client's auth token into pending and authorized classes
jricher
as Justin Richer
More... about 10 years ago
ID Token carried through as parsed JWT instead of string, closes #832
jricher
as Justin Richer
More... about 10 years ago
better handling of HTTP and JSON errors on network fetches, added http-forcing behavior for webfinger client and sector URL service
jricher
as Justin Richer
More... about 10 years ago
added http and json error handling to webfinger service
jricher
as Justin Richer
More... about 10 years ago
added login hint capability to client library
jricher
as Justin Richer
More... about 10 years ago
wrapped timestamp injection in a null-safe block, with warning; closes #849
jricher
as Justin Richer
More... about 10 years ago
Updated UMA's ExternalAuthoritiesMapper to new OIDCAuthoritiesMapper class, closes #850
jricher
as Justin Richer
More... about 10 years ago
Sync database changes across all three platforms
jricher
as Justin Richer
More... about 10 years ago
Improve Spring Security dependency management More... about 10 years ago
Synch with HSQLDB version More... about 10 years ago
Add empty <relativePath> to avoid Maven warnings More... about 10 years ago
Added getters and setters to IntrospectingTokenService Fixed TokenCacheObject constructor for setting TCO's expire time More... about 10 years ago
IntrospectingTokenService now takes parameters (cacheTokens, cacheNonExpiringTokens, defaultExpireTime, forceCacheExpireTime) to change the behavior or even disable the caching of responses from the IntrospectionEndpoint. More... about 10 years ago
save json object inside registered client if it's available, closes #800
jricher
as Justin Richer
More... about 10 years ago
Fix syntax error: , at the end of table creation More... about 10 years ago
Added null check for expiration during introspection. Making assumption that null exp means tokens dont expire. More... about 10 years ago
expose ID Token and UserInfo to the AuthoritiesProvider and AuthoritiesMapper, both extensible
jricher
as Justin Richer
More... about 10 years ago
UserInfo carries original JSON object along if available
jricher
as Justin Richer
More... about 10 years ago
dressed up error message a little
jricher
as Justin Richer
More... about 10 years ago
internationalized the error and login pages
jricher
as Justin Richer
More... about 10 years ago
added OAuth error display page, closes #559
jricher
as Justin Richer
More... about 10 years ago
moved user info interceptor to pre-handle
jricher
as Justin Richer
More... about 10 years ago
moved server configuration injection to pre-request
jricher
as Justin Richer
More... about 10 years ago