Skip to content

Commit 5a44f77

Browse files
committed
Initial commit
0 parents  commit 5a44f77

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.gitignore

Whitespace-only changes.

helpers.php

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
if (! function_exists('auth')) {
4+
/**
5+
* Get the available auth instance.
6+
*
7+
* @return \Illuminate\Contracts\Auth\StatefulGuard
8+
*/
9+
function auth()
10+
{
11+
return \Backend\Classes\AuthManager::instance();
12+
}
13+
}

updates/version.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.1: First version of AzureADSSO

0 commit comments

Comments
 (0)