PHPackages                             jiny/auth - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. jiny/auth

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

jiny/auth
=========

auth for JinyPHP

0.17(1y ago)116112MITBladePHP ^8.2

Since Apr 12Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/jinyphp/auth)[ Packagist](https://packagist.org/packages/jiny/auth)[ Docs](http://www.jinyphp.com)[ RSS](/packages/jiny-auth/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (21)Used By (2)

jinyPHP Auth
============

[](#jinyphp-auth)

라라벨 기반의 인증을 확장한 모듈입니다. 기본 인증 뿐만 아니라, 회원을 관리할 수 있는 Admin 기능을 가지고 있습니다.

설치
--

[](#설치)

기본 라라벨 회원 테이블을 확장하여 보다 향상된 회원인증을 처리할 수 있습니다.

```
composer require jiny/auth
```

> 의존성 : `jiny/auth-users`,`jiny/auth-profile`,`jiny/auth-social`

설정
--

[](#설정)

환경설정을 패키지에서 복사하여 설치를 합니다. 다음과 같이 콘솔창에서 입력하세요.

```
php artisan vendor:publish --provider="Jiny\Auth\JinyAuthServiceProvider"

```

`/config/jiny/auth.php` 파일이 생성됩니다. 설정값에서 화면과 url등의 설정값을 정의합니다.

```
