elpasync pushed a change to branch externals/oauth2. from fc1a4b7ac6 Drop accidentally added parameter new 33efe0b9c9 Use `locate-user-emacs-file' instead of concat user-emacs-directory new e879f7efd2 Update plstore-id calculation including user-name new 0301099485 Refactor URL handling new 67f0750976 Revise logging new 1d8feeecba Add support for login_hint new 1a370e6b5a Fix cache handling new 43e8754ba4 Implement OAuth2 PKCE extension (RFC7636) new 8a280775b9 Move oauth2-tests.el to tests directory new 278802abcb Update NEWS with summary of recent changes new 01d16e406b Add Gitlab CI configuration new d5c7436d22 Add myself to Maintainer field new adf02973c2 * packages/oauth2/oauth2.el: update version to 0.18
Summary of changes: .gitlab-ci.yml | 24 ++++ NEWS | 40 ++++++ oauth2.el | 346 ++++++++++++++++++++++++++++++++++++-------------- tests/oauth2-tests.el | 52 ++++++++ 4 files changed, 368 insertions(+), 94 deletions(-) create mode 100644 .gitlab-ci.yml create mode 100644 tests/oauth2-tests.el