We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8742b8 commit 518ab55Copy full SHA for 518ab55
tf/himari/config.ru
@@ -83,10 +83,10 @@ use(Himari::Middlewares::Client,
83
require_pkce: true,
84
)
85
use(Himari::Middlewares::Client,
86
- name: 'amc-local2',
+ name: 'amc-mairu',
87
id: 'a94519af-8c51-4f8b-af3a-a58130415096',
88
secret_hash: 'b46b2dc7a429ebce84ad257d3bfab6608c40556e0384b7317a9d595c26fe813737749810bdfde5c62766d2750145d3a8', # sha384.hexdigest
89
- redirect_uris: %w(http://127.0.0.1:16252/oauth2callback http://[::1]:16252/oauth2callback),
+ redirect_uris: %w(http://127.0.0.1:[0-9]+/oauth2callback http://[::1]:[0-9]+/oauth2callback),
90
91
92
0 commit comments