Peter Fry

Results 2 issues of Peter Fry

The old `authorize_url`, `https://www.google.com/accounts/o8/oauth2/authorization`, redirects to `https://accounts.google.com/o/oauth2/auth`. The old `token_url` began 404'ing some time in the past few days-- the current recommended URL is `https://www.googleapis.com/oauth2/v4/token` (according to https://developers.google.com/identity/protocols/OpenIDConnect).

Hi there, when using `git-filter-repo` recently (git version `2.49.0`, git-filter-repo version `a40bce548d2c`), I learned "the hard way" that the glob syntax does not match what you'd expect from a glob...