2017 © Pedro Peláez
 

library crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

image

glokon/crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  • Monday, August 10, 2015
  • by DanielMcAssey
  • Repository
  • 1 Watchers
  • 3 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 20 Versions
  • 0 % Grown

The README.md

CrowdAuth

Build Status Latest Stable Version Total Downloads Latest Unstable Version License Scrutinizer Code Quality Code Coverage, (*1)

A simple way to implement Atlassian Crowd Authentication into your application., (*2)

SUPPORTED VERSIONS: Atlassian Crowd 2.1 and later versions only., (*3)

Quick start

Laravel 4.2.x

In the require key of composer.json file add the following, (*4)

"glokon/crowd-auth": "*"

Run the Composer update comand, (*5)

$ composer update

In your config/app.php add 'GLOKON\CrowdAuth\CrowdAuthServiceProvider' to the end of the providers array, (*6)

'providers' => array(

    'Illuminate\Foundation\Providers\ArtisanServiceProvider',
    'Illuminate\Auth\AuthServiceProvider',
    ...
    'GLOKON\CrowdAuth\CrowdAuthServiceProvider',
),

Now generate the Crowd Auth migrations (make sure you have your database configuration set up):, (*7)

$ php artisan migrate --package="glokon/crowd-auth"

This will setup three tables - crowd_users, crowd_groups and crowdgroup_crowduser., (*8)

Now publish the config files for this package:, (*9)

$ php artisan config:publish "glokon/crowd-auth"

Once the configuration is published go to your config/packages/glokon/crowd-auth/crowdauth.php and configure your Atlassian Crowd settings., (*10)

After you have configured your Atlassian Crowd settings you need to change the driver setting in config/auth.php to:, (*11)

'driver' => 'crowd-auth',

Once all this is completed you can simply use Auth::Attempt() and it will attempt to login using your Atlassian Crowd server., (*12)

The Versions

10/08 2015

dev-master

9999999-dev https://github.com/GLOKON/crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication auth atlassian crowd

10/08 2015

0.9.0

0.9.0.0 https://github.com/GLOKON/crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication auth atlassian crowd

06/08 2015

0.8.0

0.8.0.0 https://github.com/GLOKON/crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication auth atlassian crowd

06/08 2015

0.7.2

0.7.2.0 https://github.com/GLOKON/crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication auth atlassian crowd

05/08 2015

0.7.1

0.7.1.0 https://github.com/GLOKON/crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication auth atlassian crowd

05/08 2015

0.7.0

0.7.0.0 https://github.com/GLOKON/crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication auth atlassian crowd

04/08 2015

0.6.0

0.6.0.0 https://github.com/GLOKON/laravel-crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication auth atlassian crowd

04/08 2015

0.5.6

0.5.6.0 https://github.com/GLOKON/laravel-crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication auth atlassian crowd

04/08 2015

0.5.5

0.5.5.0 https://github.com/GLOKON/laravel-crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication auth atlassian crowd

04/08 2015

0.5.4

0.5.4.0 https://github.com/GLOKON/laravel-crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication auth atlassian crowd

04/08 2015

0.5.3

0.5.3.0 https://github.com/GLOKON/laravel-crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication auth atlassian crowd

04/08 2015

0.5.2

0.5.2.0 https://github.com/GLOKON/laravel-crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication auth atlassian crowd

04/08 2015

0.5.1

0.5.1.0 https://github.com/GLOKON/laravel-crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication auth atlassian crowd

03/08 2015

0.5.0

0.5.0.0 https://github.com/GLOKON/laravel-crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

The Requires

 

The Development Requires

laravel authentication auth atlassian crowd

03/08 2015

0.4.0

0.4.0.0 https://github.com/GLOKON/laravel-crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

The Requires

 

The Development Requires

laravel authentication auth atlassian crowd

03/08 2015

0.3.1

0.3.1.0 https://github.com/GLOKON/laravel-crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

The Requires

 

The Development Requires

laravel authentication auth atlassian crowd

03/08 2015

0.3.0

0.3.0.0 https://github.com/GLOKON/laravel-crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

The Requires

 

The Development Requires

laravel authentication auth atlassian crowd

03/08 2015

0.2.0

0.2.0.0 https://github.com/GLOKON/laravel-crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

The Requires

 

laravel authentication auth atlassian crowd

03/08 2015

0.1.1

0.1.1.0 https://github.com/GLOKON/laravel-crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

The Requires

 

laravel authentication auth atlassian crowd

03/08 2015

0.1.0

0.1.0.0 https://github.com/GLOKON/laravel-crowd-auth

A simple way to implement Atlassian Crowd Authentication into your application.

  Sources   Download

The Requires

 

laravel authentication auth atlassian crowd