TIPOFF / authorization

Laravel Package for opinionated authorization style
MIT License
0 stars 1 forks source link

Replace viewNova gate with our own, making sure we are last #51

Closed pdbreen closed 3 years ago

pdbreen commented 3 years ago

I don't like this solution, its too dependent on how other things are actually implemented, but it works. It relies on the following:

I'll leave it up to you whether or not to use it.

drewroberts commented 3 years ago

I am planning to pull this out later and put it into a CLI Installer of the Tipoff packages per my discussion with @jasonmccreary so that it can be added to the actual Laravel application in the NovaServiceProvider

pdbreen commented 3 years ago

That's preferred. There's still a risk Nova changes something that breaks the installer, but that's much better than Nova or Laravel changing something that breaks an already installed application. Also provides some flexibility to do, or help with, other installation type things that are likely to be required.