in reply to Re^11: How can i capture the site_id in Dancer 2 app?
in thread How can i capture the site_id in Dancer 2 app?

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^13: How can i capture the site_id in Dancer 2 app?
by 1nickt (Canon) on Jun 18, 2021 at 10:09 UTC

    chandantul you must get better at reading documentation and code. You must be more careful.

    Why did you think there was an authorize() method on a Net::OAuth2::Client object? It's not documented.

    In fact the documentation for the module you have chosen to use states: "Net::OAuth2::Client - client for OAuth2 access, deprecated interface".

    See https://metacpan.org/release/MARKOV/Net-OAuth2-0.66/source/examples/psgi/app.psgi#L88 for an example of how the client() subroutine should look.

    By the way I am not the author of any of these modules.


    The way forward always starts with a minimal test.
    A reply falls below the community's threshold of quality. You may see it by logging in.