Skip to content

upbond/auth-playground-laravel

Repository files navigation

This is a sample project demonstrating how to integrate the Auth0 Laravel SDK into a Login 3.0 ecosystem. For Laravel 10 applications, the integration steps are identical.

Getting Started

Use Composer to install the dependencies and prepare env variables:

composer install
cp .env.dev .env

Run the application:

php artisan serve --host localhost --port 8000

Open in browser http://localhost:8000

License

This project is licensed under the MIT license by Auth0. See the LICENSE file for more info.


これは、Auth0 Laravel SDKをLogin 3.0に統合する方法を示すサンプルプロジェクトです。Laravel 10アプリケーションの場合、統合手順は同じです。

はじめに

Composerを使用して依存関係をインストールし、env変数を準備します:

composer install
cp .env.dev .env

アプリケーションを実行する:

php artisan serve --host localhost --port 8000

ブラウザで開く http://localhost:8000

ライセンス

このプロジェクトのライセンスはAuth0によるMITライセンスです。詳細はLICENSEファイルを参照してください。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published