1. 199ebf1 Merge pull request #127 from dart-lang/devoncarew-patch-1 by Devon Carew · 2 years ago
  2. c3fcc8f rev to a dev version by Devon Carew · 2 years ago
  3. cc27739 Update pubspec.yaml by Devon Carew · 2 years ago
  4. 5359039 Bump actions/checkout from 2 to 3 (#125) by dependabot[bot] · 2 years, 2 months ago
  5. 8b4f478 Merge branch 'patch-1' by Jonas Finnemann Jensen · 2 years, 10 months ago
  6. 3b62f46 Added a test covering "expires_in" as string by Jonas Finnemann Jensen · 2 years, 10 months ago
  7. f04ba4c handle expires_in when encoded as string by Jonas Finnemann Jensen · 2 years, 10 months ago
  8. f361db2 Correct in the code comments the name of the FormatException (#117) by Eduardo Vital Alencar Cunha · 2 years, 10 months ago
  9. 8177920 Bump dart-lang/setup-dart from 0.3 to 1 (#115) by dependabot[bot] · 2 years, 11 months ago
  10. 5c2f0ce Add dependabot by Kevin Moore · 2 years, 11 months ago
  11. e0d382e Update handle_access_token_response.dart by Raphaël Saint-Alme · 3 years, 1 month ago
  12. d3c8d74 Fix expiresIn (convert String to Int) by RaphaelStAlme · 3 years, 1 month ago
  13. 6b4f5ce Merge pull request #107 from dart-lang/franklinyow-patch-1 by Franklin Yow · 3 years, 1 month ago
  14. cddd567 Update LICENSE by Franklin Yow · 3 years, 1 month ago
  15. 40dac5e Fix formatting (#106) by Kevin Moore · 3 years, 1 month ago
  16. 7cd3284 Prepare to publish for stable null safety (#103) by Nate Bosch · 3 years, 2 months ago 2.0.0
  17. 717cdcf Fix lint await_only_futures (#104) by Nate Bosch · 3 years, 2 months ago
  18. 9b8ee16 Migrate to null safety (#102) by Nate Bosch · 3 years, 2 months ago
  19. 95b6c8d Migrate to GitHub Actions (#100) by Alexander Thomas · 3 years, 3 months ago
  20. 9656b2a allow code verifier to be passed in constructor of AuthorizationCodeGrant (#92) by Joseph Lejtman · 3 years, 7 months ago 1.6.3
  21. d60da4d Delete .test_config by Kevin Moore · 3 years, 9 months ago
  22. 1f4a79d Improve README style (#80) by Nate Bosch · 3 years, 10 months ago
  23. dd0251f Refresh credentials once (#73) by Pieter van Loon · 3 years, 11 months ago 1.6.1
  24. 44fcae8 Release 1.6.0 (#70) by Jonas Finnemann Jensen · 4 years ago 1.6.0
  25. 6649c87 Add imaginary function examples and OAuth documentation links to README (#72) by Levi Hassel · 4 years ago
  26. 5e56c31 dart analysis issues fixes (#71) by Roi Snir · 4 years ago
  27. ca26631 Add PKCE support to AuthorizationCodeGrant (#69) by Michael Davis · 4 years ago
  28. 3c26954 Prepare release of 1.5.0 (#57) by Jonas Finnemann Jensen · 4 years, 5 months ago 1.5.0
  29. 46d0f74 Add support for client credentials grant (#45) by Tobe Osakwe · 4 years, 6 months ago
  30. bf8174d Merge pull request #47 from wesleyfantinel/master by Jonas Finnemann Jensen · 4 years, 7 months ago 1.4.0
  31. bbff0c5 Merge branch 'master' into master by Jonas Finnemann Jensen · 4 years, 7 months ago
  32. 2b8bc8a Support for OpenID id_token by Wesley Fantinel · 4 years, 7 months ago
  33. 0d999b9 Merge pull request #49 from dart-lang/jonasfj-patch-1 by Jonas Finnemann Jensen · 4 years, 10 months ago 1.3.0
  34. 47e897b Prepare 1.3.0 release by Jonas Finnemann Jensen · 4 years, 10 months ago
  35. c6c5079 Update CHANGELOG.md by Jonas Finnemann Jensen · 4 years, 10 months ago
  36. 0bfe81b Update CHANGELOG.md by Jonas Finnemann Jensen · 4 years, 10 months ago
  37. 71e64af Merge pull request #46 from tamcy/master by Jonas Finnemann Jensen · 4 years, 10 months ago
  38. bbabaec reformat code by tamcy · 4 years, 11 months ago
  39. 8dc2a9c remove the TODO message concerning `onCredentialsRefreshed` by tamcy · 4 years, 11 months ago
  40. c14e753 fix variable naming in test case in `resource_owner_password_grant_test.dart` by tamcy · 4 years, 11 months ago
  41. 71dfeb7 add `onCredentialsRefreshed` parameter to `AuthorizationCodeGrant` by tamcy · 4 years, 11 months ago
  42. e7dc67b update test cases by tamcy · 4 years, 11 months ago
  43. 79588bc fix style by tamcy · 4 years, 11 months ago
  44. d3a0677 adds onCredentialsRefreshed callback support in Client class, adds onCredentialsRefreshed callback parameter in resourceOwnerPasswordGrant by tamcy · 5 years ago
  45. bb3cadf Add tests for the OpenID's id_token, dartfmt by Wesley Fantinel · 4 years, 11 months ago
  46. 118793d Add tests for the OpenID's id_token, dartfmt by Wesley Fantinel · 4 years, 11 months ago
  47. abb0b6b Add tests for the OpenID's id_token by Wesley Fantinel · 4 years, 11 months ago
  48. 0cce95f Add tests for the OpenID's id_token by Wesley Fantinel · 4 years, 11 months ago
  49. 88c5713 Documentation improved by Wesley Fantinel · 4 years, 11 months ago
  50. 8d04767 Merge pull request #48 from dart-lang/mit-mit-patch-1 by Jonas Finnemann Jensen · 4 years, 11 months ago
  51. 08953af Update README.md by Michael Thomsen · 4 years, 11 months ago
  52. dbc2d63 OpenID's id_token implementation by Wesley Fantinel · 4 years, 11 months ago
  53. 84d870a Support latest pkg:http, prepare for release by Kevin Moore · 6 years ago 1.2.3
  54. ec7657e enable pedantic lints by Kevin Moore · 6 years ago
  55. 5390d43 Eliminate deprecated usages, removed collection dependency by Kevin Moore · 6 years ago
  56. 2e573cb Allow the stable 2.0 SDK (#35) by Nate Bosch · 6 years ago 1.2.2
  57. 4ece7da dartfmt by Kevin Moore · 6 years ago
  58. 1a537bd Remove upper case constants (#26) by Lasse R.H. Nielsen · 6 years ago 1.2.1
  59. 0ab6f13 Fix Dart 2 runtime failures in tests (#28) by Natalie Weizenbaum · 6 years ago
  60. 595cfc0 Allow response parsing to be customized (#20) by Tobe O · 6 years ago 1.2.0
  61. 4773d80 Missing semicolon in code example (#24) by ovo-6 · 6 years ago
  62. 6564f4a Merge pull request #23 from dart-lang/travis by Natalie Weizenbaum · 7 years ago
  63. 437eac0 Enable Travis CI by Natalie Weizenbaum · 7 years ago
  64. c3ef411 Enable strong mode by Natalie Weizenbaum · 7 years ago
  65. 76d7f33 Format the package by Natalie Weizenbaum · 7 years ago
  66. 619efa4 Homepage: use https (#22) by Kevin Moore · 7 years ago
  67. 0de26f7 resourceOwnerPasswordGrant should consistently use HTTP client (#21) by Peter Carroll · 7 years ago
  68. 238b36c Remove unused imports. (#19) by Natalie Weizenbaum · 7 years ago
  69. 9b462af Add scope delimiter option (#17) by Tobe O · 7 years ago 1.1.0
  70. ba4189e Fix all strong-mode warnings. by Natalie Weizenbaum · 8 years ago 1.0.2
  71. 6c8824d Fixing analyzer warning: UNUSED_CATCH_CLAUSE by Sam Rawlins · 8 years ago
  72. ec066cb Get rid of all the library tags. by Natalie Weizenbaum · 8 years ago
  73. a4541ee Fix the toJson/fromJson test. by Natalie Weizenbaum · 8 years ago
  74. 9f35e0e Support http_parser 2.0.0. by Natalie Weizenbaum · 8 years ago 1.0.1
  75. 8efc9be Merge branch 'resource-owner-password-grant' by Natalie Weizenbaum · 9 years ago 1.0.0
  76. 1e90128 Style changes. by Natalie Weizenbaum · 9 years ago
  77. c658507 Add support for Resource Owner Password Credentials grants. by Erik Grimes · 9 years ago
  78. 3f58f10 Use http_parser's AuthenticationChallenge class. by Natalie Weizenbaum · 9 years ago
  79. 45f3628 Make a bunch of API changes. by Natalie Weizenbaum · 9 years ago
  80. 485b390 Revert "Code review changes" by Natalie Weizenbaum · 9 years ago
  81. 3b3e3a6 Code review changes by Natalie Weizenbaum · 9 years ago
  82. 3f0b86f Modernize the style. by Natalie Weizenbaum · 9 years ago
  83. 0589889 Async-ify. by Natalie Weizenbaum · 9 years ago
  84. c1caa2f Upgrade to the new test runner. by Natalie Weizenbaum · 9 years ago
  85. 1bff41f Update the pubspec's homepage link. by Natalie Weizenbaum · 9 years ago
  86. 6c7068d Add gitignore, status, and codereview files. by Natalie Weizenbaum · 9 years ago
  87. 9c0b554 Mark oauth2 as running outside of dart:io contexts. by nweiz@google.com · 10 years ago
  88. dc49122 Rip out dart:io from pkg/http wherever possible. by nweiz@google.com · 10 years ago
  89. c16d766 Move the oauth2 library documentation to a README. by nweiz@google.com · 10 years ago
  90. e062b7f Make BaseRequest.contentType use null rather than -1 as a flag value. by nweiz@google.com · 10 years ago
  91. 857f0d2 pkg/oauth2 bringing tests into 2014 by kevmoo@google.com · 10 years ago
  92. 044ca94 Added text/javascript as a possible content-type response to the _validate method by nweiz@google.com · 10 years ago
  93. e301b4d pkg/unittest: added LICENSE by kevmoo@google.com · 10 years ago
  94. 057bfe1 Update oauth2's dependency on http. by nweiz@google.com · 10 years ago
  95. f1415df Mention that OAuth2 currently only works with dart:io. by nweiz@google.com · 10 years ago
  96. 0458a0b Add utility methods for sending non-form data in pkg/http. by nweiz@google.com · 10 years ago
  97. 6c52010 Re-land r29957 (add versions and constraints for packages and samples), with by dgrove@google.com · 10 years ago
  98. 7d42f4d Revert "add versions and constraints for packages and samples" by ajohnsen@google.com · 10 years ago
  99. 6fe339d add versions and constraints for packages and samples by jmesserly@google.com · 10 years ago
  100. 662c552 Remove usage of dart:json. by floitsch@google.com · 11 years ago