0

CodeIgniter 用の A3M の開発バージョン (2.0) を使用して、安全な認証をアプリに追加しています。認証プロセス ( HybridAuth 2.2.0-devを使用) は、ログに次のように表示されるため、うまくいっているようです。

(
    [hauth_return_to] => https://mywebsite.com/account/connect/Google
    [hauth_token] => uhas9b51ajhlehkbo1fehj79t0
    [hauth_time] => 1405629149
    [login_start] => https://mywebsite.com/account/connect_end?hauth.start=Google&hauth.time=1405629149
    [login_done] => https://mywebsite.com/account/connect_end?hauth.done=Google
)

しかし、次の URL のページにリダイレクトされます。

https://mywebsite.com/account/connect_end?hauth.start=Google&hauth.time=1405629255

この内容で:

HybridAuth
Open Source Social Sign On PHP Library. 
hybridauth.sourceforge.net/

また、ログインまたはアカウントのリンクは完了しません。redirect_uriGoogle Developer Console で my を both'/account/connect_end''/account/connect/Google'同じ結果に変更しようとしました。どうすれば接続できるようになりますか?

4

1 に答える 1