zacksmash / fortify-ui

Laravel Fortify driven replacement to the Laravel UI package
https://github.com/zacksmash/fortify-ui
MIT License
241 stars 20 forks source link

Just had two questions. Probably easy stuff. #26

Closed rotaercz closed 2 years ago

rotaercz commented 2 years ago
  1. Does this have login throttling?
  2. Does this work with Laravel Socialite?
zacksmash commented 2 years ago

@rotaercz So, this package is really just the base install of Fortify. The only difference is that this plugin offers bare-bones templates (plain HTML, no CSS). You are free to add login throttling as per the docs, as well as implement Socialite as per the docs.