Skip to content

Releases: rootinc/laravel-azure-middleware

v0.9.0

01 Oct 14:49
c04a51f
Compare
Choose a tag to compare

Adds the ability to see user groups, as well as other meta data from Microsoft.
Updates internal env to use Laravel's config
Adds vendor:publish for generating a config file for Azure.

v0.8.0

12 Sep 14:58
5834808
Compare
Choose a tag to compare
  • Add logout
  • Uses v2 of Azure Login
  • Adds scope and domain hint env

v0.7.0

12 Sep 14:58
deed7f2
Compare
Choose a tag to compare
  • Add comments
  • Add azure_url method
  • Integrates Laravel auth better
  • Handles testing better

v0.6.1

12 Sep 14:58
Compare
Choose a tag to compare

Allows next closure in redirect.

v0.6.0

12 Sep 14:56
Compare
Choose a tag to compare

Adds custom control to the redirect method.

v0.5.1

12 Sep 14:55
ef657d2
Compare
Choose a tag to compare

RequestException should now work.

v0.5.0

12 Sep 14:54
80a9ff5
Compare
Choose a tag to compare

Renames config constants to prefix with AZURE

v0.4.2

12 Sep 14:53
6b2bfca
Compare
Choose a tag to compare

Allows for instances using laravel 5.5

v0.4.1

20 Jul 18:41
Compare
Choose a tag to compare

Bug fix, login_route, not $login_route.

v0.4.0

20 Jul 15:34
Compare
Choose a tag to compare
  • Add a handlecallback
  • Adds login-route
  • Updates readme with more examples, clarification