Commit graph

18 commits

Author SHA1 Message Date
lukinovec
492d0b9caa Use boot() instead of register() in some places 2022-12-15 10:01:08 +01:00
lukinovec
3ec45aa2ae Improve the route registration guide clarity 2022-12-14 16:17:41 +01:00
lukinovec
b785f27df8 Add middleware to Passport 11.x code section 2022-12-14 12:35:10 +01:00
lukinovec
938b8ebc5b Change Passport::$registersRoutes = false to Passport::ignoreRoutes() 2022-12-14 12:33:25 +01:00
lukinovec
768a03b0d9 Add routes example for 11.x, use AuthServiceProvider instead of AppServiceProvider 2022-12-14 10:12:05 +01:00
lukinovec
bfc1c4f513
Add integration guide for Passport 11.x (#217)
* Add instructions for Passport 11.x

* Fix numbering
2022-10-10 20:38:21 +02:00
lukinovec
5f9f141580
Add disclaimer about the Passport version (10.x) (#211)
* Add disclaimer about the Passport version (10.x)

The Passport guide was written before the release of 11.x

* Update passport.blade.md

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-10-03 14:44:02 +02:00
shaheen-hypertech
53d9b55d8e
fix a typo in passport integration docs page (#203) 2022-09-20 19:38:41 +02:00
lukinovec
4c7eeb9a99
Fix typo in passport.blade.md (#195) 2022-09-01 18:04:18 +02:00
Michael Kampmann Petræus
c6d5a420ee
Update passport.blade.md (#190)
Update passport.blade.md to correctly show tenant migration command
2022-08-26 16:40:34 +02:00
Samuel Štancl
e6e3fc3a23
Passport rewrite (#185)
* Update passport.blade.md (#184)

* Update passport.blade.md

* wording change to trigger ci

* Fix markdown

Co-authored-by: Samuel Štancl <samuel@archte.ch>

* Make the links work (+ automatic formatting correction)

* Make the links non-bold

* darkons' rewrite

* Passport docs page rewrite

* Fix heading levels

* Add warning

Co-authored-by: David SP <darkons@gmail.com>
Co-authored-by: lukinovec <lukinovec@gmail.com>
2022-08-09 18:24:43 +02:00
Samuel Štancl
0da737e60e
Remove blade 2021-07-08 14:36:54 +02:00
David SP
d59c25ee15
Update passport.blade.md (#128)
Fixed using Passport in both the central and tenant app
2021-06-01 13:52:20 +02:00
Michał Maliński
25747b5c4d
Update passport.blade.md (#81)
I managed to get passport work with this code, not really sure if loadKeysFrom should be in boot method and if overriding passport config is proper way.
2020-09-27 19:29:06 +02:00
SHEROZ Juraev
c90f6d9c5f
Update passport.blade.md (#71)
* Update passport.blade.md

Added a note about using Passport in the Central and client applications.

* Update source/docs/v3/integrations/passport.blade.md

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2020-08-29 14:50:21 +02:00
Samuel Štancl
c79c31f1c2
note about passport guide being possibly out of date 2020-08-19 23:39:46 +02:00
Adebayo Ilerioluwa
a4645b3abd
Improved Documentation Search (#61)
* chore: (Improve documentation search for V3)

* fix: checks for mispelled words

* fix: mispelled words

* fix spaces and syntax

* Update multi-database-tenancy.blade.md

Co-authored-by: Samuel Stancl <samuel.stancl@gmail.com>
2020-07-21 20:18:29 +02:00
Samuel Štancl
f8f354c323 3.x redesign 2020-06-08 21:20:15 +02:00