dev/core#2141 - Add "local-redir" stub for use as OAuth2 "Redirect URL"
authorTim Otten <totten@civicrm.org>
Thu, 29 Oct 2020 01:47:42 +0000 (18:47 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 3 Nov 2020 12:32:48 +0000 (04:32 -0800)
commit3d13e544f00199ebab98e5fe1dee92b6441b5167
treed644aa4fbe38e062a23d2b920c8061a928e7ab7f
parentb73d7e7d5b34c78a875d99b5adf9d9ce818ad881
dev/core#2141 - Add "local-redir" stub for use as OAuth2 "Redirect URL"

If you are developing on a local HTTP system with virtual hosts, then many
OAuth2 services won't recognize it as a local/dev URL.

The "local-redir.sh" script runs a stub service that will be accepted as
a local/dev "Redirect URL".
ext/oauth-client/bin/local-redir.php [new file with mode: 0644]
ext/oauth-client/bin/local-redir.sh [new file with mode: 0755]