Ipernity Callback

Auth Blueprint

flask_ipernity.callback.ipernity_callback() Response[source]

Callback for Ipernity.

The URL to this view should be stored as the callback URL for the Ipernity application. With Web authentication, the user es redirected here with a frob parameter. ipernity_callback then calls [auth.getToken] and stores the token in api and Flask’s session object.

Returns:

Redirect to the URL passed to authorize().