1. 35e1ca2 Formatted project by margaretha · 2 years, 6 months ago
  2. 5aae38c Merge branch 'jakarta-migration' into master by margaretha · 2 years, 8 months ago
  3. ca5472a Fixed testing expired access token. by margaretha · 2 years, 8 months ago
  4. 6e79684 Replaced javax.persistence with jakarta.persistence (#648) by margaretha · 2 years, 9 months ago
  5. 4ff862a Fixed admin clean token API and restrict plugins to confidential only. by margaretha · 4 years ago v0.68-release
  6. d484156 Added new APIs: list user-installed plugins and uninstall plugin. by margaretha · 4 years ago
  7. 7d7e25e Added maximum limit to custom refresh token expiry by margaretha · 4 years ago
  8. 68ccf1e Handled super client id in plugin installation by margaretha · 4 years, 1 month ago
  9. d552732 Handled redundant plugin installation by margaretha · 4 years, 1 month ago
  10. 7da2390 Added a new API: install plugin by margaretha · 4 years, 1 month ago
  11. 977fabe Handled user-defined refresh token expiry. by margaretha · 4 years, 1 month ago
  12. e20a280 Added a new API: list plugins (e.g. for marketplace) by margaretha · 4 years, 1 month ago
  13. d716312 Added columns to the oauth2_client table and updated client registration by margaretha · 4 years, 1 month ago
  14. 525045e Added an admin API to delete expired/revoked access and refresh tokens. by margaretha · 4 years, 2 months ago
  15. 18259ce Updated parameters in the error responses of OAuth2 APIs for coherence by margaretha · 5 years ago
  16. 3507469 Updated OAuth2 token list with token type and user clientId parameters. by margaretha · 5 years ago
  17. dc6d73d Fixed problem with multiple desktop apps by Akron · 6 years ago
  18. 0afd44a Added a config properties for a long-time access token expiry and by margaretha · 6 years ago
  19. 7497adf Added a service to revoke a single refresh token via super client by margaretha · 6 years ago v0.62.2-release
  20. 43aceb5 Added a service to list active refresh tokens of a user. by margaretha · 7 years ago
  21. 7a09e48 Implemented a service to list clients registered by a user (close #52) by margaretha · 7 years ago
  22. 85273f1 Fixed SQL data and update client deregistration behavior. by margaretha · 7 years ago
  23. 398f472 Added comments & updated code structure. by margaretha · 7 years ago
  24. c750cbb Implemented revoking all tokens of a user client via a super client. by margaretha · 7 years ago
  25. 5a2c34e Removed duplicate clients in user client lists. by margaretha · 7 years ago
  26. 230effb Added the list-user-client controller. by margaretha · 7 years ago
  27. 2df0660 Integrated lite and full services and controllers in core. by margaretha · 8 years ago
  28. 3495447 Integrated lite controllers, services and tests in full version. by margaretha · 8 years ago
  29. f370f54 Updated RefreshToken implementations with separate DB tables. Allows by margaretha · 8 years ago
  30. 6ad08b4 Implemented loading VC from gz files & updated OAuth2 expiry check. by margaretha · 8 years ago
  31. 835178d Implemented OAuth2 client info controller, super clients and unlimited by margaretha · 8 years ago
  32. 7f5071f Added revocation of access tokens and authorization code when by margaretha · 8 years ago
  33. dc51507 Implemented OAuth2 revoke token. by margaretha · 8 years ago
  34. 03b8286 Implemented refreshing OAuth2 access token by margaretha · 8 years ago
  35. 064eb6f Added storing authorization code and access token in cache; fixed bugs. by margaretha · 8 years ago
  36. b1081b1 Fixed OAuth2 client unique URL-hashcode. by margaretha · 8 years ago
  37. d7cab21 Updated client registration requirement to allow desktop apps. by margaretha · 8 years ago
  38. a2ce63d Implemented OpenID support for auth_time, nonce and max_age. by margaretha · 8 years ago
  39. ec247dd Implemented openid authentication for authorization code request. by margaretha · 8 years ago
  40. cf306d3 Updated Krill version & added controller tests with OAuth2 access token. by margaretha · 8 years ago
  41. 417571c Added parameter checking for authorization DAO. by margaretha · 8 years ago
  42. 07402f4 Altered user authentication method in authorization code request. by margaretha · 8 years ago
  43. be4c5c9 Handled scopes & added request token with authorization code tests. by margaretha · 8 years ago
  44. 1097acc Added access token scope join table and updated fix for #21. by margaretha · 8 years ago
  45. b4ce660 Added setting default access scopes in the config file & fixed #21. by margaretha · 8 years ago
  46. a452c5e Implemented OAuth2 request access token with authorization code grant. by margaretha · 8 years ago