PHPackages                             hobbii/socialite-provider - 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. hobbii/socialite-provider

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

hobbii/socialite-provider
=========================

Hobbii OAuth provider for Laravel Socialite

1.2.1(3y ago)0338MITPHPPHP ^8.1

Since Jan 26Pushed 3y ago2 watchersCompare

[ Source](https://github.com/hobbii/socialite-provider)[ Packagist](https://packagist.org/packages/hobbii/socialite-provider)[ RSS](/packages/hobbii-socialite-provider/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (7)Versions (5)Used By (0)

Hobbii Socialite Provider
=========================

[](#hobbii-socialite-provider)

[![Coverage Status](https://camo.githubusercontent.com/1238371530bcfc2e2767e4f8054001e3fd98bd1e604a09363bf3af96f7ebef5a/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f686f626269692f736f6369616c6974652d70726f76696465722f62616467652e7376673f6272616e63683d6d61696e)](https://coveralls.io/github/hobbii/socialite-provider?branch=main)[![Total Downloads](https://camo.githubusercontent.com/4bd89aec22be0e2d99377042b78251a99a99e5691169d0411b07717eeeba6ae3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f686f626269692f736f6369616c6974652d70726f7669646572)](https://packagist.org/packages/hobbii/socialite-provider)[![Latest Version](https://camo.githubusercontent.com/885afc1c555c9f3bb8d933094a060b6310d20d52eb204cbb402993e448506724/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f686f626269692f736f6369616c6974652d70726f7669646572)](https://packagist.org/packages/hobbii/socialite-provider)[![CI Workflow](https://github.com/hobbii/socialite-provider/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/hobbii/socialite-provider/actions/workflows/ci.yaml/badge.svg?branch=main)

A public composer pacakge, adding login provider for Hobbii with [Laravel Socialite](https://github.com/laravel/socialite)

```
composer require hobbii/socialite-provider
```

Installation
------------

[](#installation)

Add the following environment variables:

```
HOBBII_LOGIN_SERVICE=
HOBBII_CLIENT_ID=
HOBBII_CLIENT_SECRET=
```

Usage
-----

[](#usage)

Use the `hobbii`-driver with socialite:

```
