You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a callback-related endpoint _cb/check/<url>, which checks the URL and returns the pertinent info from Authl.get_handler_for_url(url), providing the name and URL schema in a JSON blob like:
Add a callback-related endpoint
_cb/check/<url>
, which checks the URL and returns the pertinent info fromAuthl.get_handler_for_url(url)
, providing the name and URL schema in a JSON blob like:or the like.
If no matching endpoint exists, it should return
null
orundefined
orfalse
or something.The text was updated successfully, but these errors were encountered: