2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cleaned up imports More... over 12 years ago
Horizontal UI refactor More... over 12 years ago
removed unnecessary cached token values
jricher
as Justin Richer
More... over 12 years ago
Client table button UI tweaks More... over 12 years ago
Issue # 81 Client UI - Creating new client creates duplicate More... over 12 years ago
changed auth holder reference, moved dates to timestamps
jricher
as Justin Richer
More... over 12 years ago
split scopes table
jricher
as Justin Richer
More... over 12 years ago
changed clientdetails entity to use @Enumerated, cleaned up .sql file foreign keys
jricher
as Justin Richer
More... over 12 years ago
javafied auth holder class
jricher
as Justin Richer
More... over 12 years ago
Github Issue #116 More... over 12 years ago
changed nonce claim addition More... over 12 years ago
auth endpoint got into client code. removed More... over 12 years ago
added field to indicate whether the client has been dynamically registered More... over 12 years ago
moved request object auth endpoint in project setup More... over 12 years ago
cleaned up imports in filter class More... over 12 years ago
changed cookie claim to include the response More... over 12 years ago
added cookie to response in auth filter for request objects More... over 12 years ago
Added expiration to id tokens More... over 12 years ago
Removed individual .sql files. All table definitions are now concatenated in database_tables.sql. More... over 12 years ago
updated userinfo table definitions More... over 12 years ago
Fixed bugs; I can get tokens now. User approval handler seems to be working corrrectly. More... over 12 years ago
fixing bugs; needed to make all ids BIGINT AUTO-INCREMENT PRIMARY KEY in sql files More... over 12 years ago
updated imports of signed request filter More... over 12 years ago
removed "s" from allowed_scopes More... over 12 years ago
Cleaned up sql tables some more; sticking to _ naming convention More... over 12 years ago
removed state parameter from claims. added way to create random nonce value More... over 12 years ago
removed auth bean from application-context. Added extra parameter checks in request object auth endpoint More... over 12 years ago
updated autowired annotation More... over 12 years ago
autowired all member variables in request object auth endpoint More... over 12 years ago
Propogated AuthenticationHolder effects; this is untested but compiles and I think it is mostly correct More... over 12 years ago