~fitzsim/url-http-oauth

Implement OAuth 2.0 for URL library
Bump version to 0.8.3
Import url-http-oauth-demo.el from its own repo
Add autoloads and configuration validation

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~fitzsim/url-http-oauth
read/write
git@git.sr.ht:~fitzsim/url-http-oauth

You can also use your local clone with git send-email.

url-http-oauth adds OAuth 2.0 support to Emacs's URL library.

Most Recent Improvements
------------------------

New in url-http-oauth 0.8.3, released 2023-05-10

Warning: To deal with OAuth 2.0 refresh tokens, `url-http-oauth' needs
to delete then rewrite entries in netrc files listed in the
`auth-sources' variable.  The netrc entry rewriting code is new and
relatively untested so please back up these files before trying OAuth
2.0 support.  Entry deletion respects the customization value of
`auth-source-save-behavior'; if it is set to `ask', you will be
prompted before the entry deletion happens.

** Add url-http-oauth-demo.el.

** Validate "client-identifier" setting.

** Autoload public API functions.

** Fix compatibility for older Emacs versions.

Quick Start
-----------

M-x package-install RET url-http-oauth

Study url-http-oauth-demo.el, which is installed alongside
url-http-oauth.el.