sql >> データベース >  >> RDS >> Mysql

2つのWebサイトで同じログイン

    シングルサインオンスクリプトを探しています PHPを使用します。それはあなたが検索する必要がある用語です。単純なモデルは次のようになります:

    サイト:http://auth.local/

    <?php
      // Get the request.
      // Validate the session.
      // Pass a Secure Hash and log the user in to the main domain.
    ?>
    

    サイト:http://site1.local/

    <?php
      // Check if there is a session.
      // If already logged in, no problem.
      // If not, send him back to auth.
      header("Location: http://auth.local/?redirect_to=http://site1.local/");
    

    サイト:http://site2.local/

    <?php
      // Check if a session is there.
      // If already logged in, no problem.
      // If not, send him back to auth.
      header("Location: http://auth.local/?redirect_to=http://site2.local/");
    

    質問の回答を参照してください方法PHPを使用したシングルサインオン? 詳細については




    1. mysqlストアドプロシージャのデフォルトパラメータを持つことは可能ですか?

    2. Slony-I2.0.xを最新バージョン2.1.xにアップグレードする

    3. PHP / MySQLi:lc_time_namesとDATE_FORMAT()をmysqliクエリに設定しますか?

    4. pgAdminを使用してPostgreSQLをリモートデータベースに接続できません