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
frobparameter.ipernity_callbackthen calls [auth.getToken] and stores the token inapiand Flask’ssessionobject.- Returns:
Redirect to the URL passed to
authorize().