i’m using oauth2 to connect my frontend app to frappe API.
is it possible to set multiple Redirect URIs ?
i’ve tried using semicolon(;), comma (,) and new line;
but adding multiple redirect URI caused URI Mismatching redirect URI
i’m using oauth2 to connect my frontend app to frappe API.
is it possible to set multiple Redirect URIs ?
i’ve tried using semicolon(;), comma (,) and new line;
but adding multiple redirect URI caused URI Mismatching redirect URI
use space separated, https://github.com/frappe/frappe/blob/49beb0c48e5d678875f409faa021174bc967247a/frappe/oauth.py#L580