The 'next' param work with the getLogoutUrl() but don't with getLoginUrl(), what am I doing wrong?
getLogoutUrl(array('next' => site_url()))
getLoginUrl(array('next' => site_url(), 'scope' => 'email'))
|
|
|
Should be redirect_uri for loginurl:
|
|||
|
|