Sam Odukoya
Sam Odukoya
**can it work this way?** ``` Route::resource('customers','CustomerController', ['protect_alias' => 'perm_alias', 'protect_methods' => [ 'create' => ['someMethod', 'anotherMethod'], 'read' => ['readMethod', 'showMethod'], 'view' => ['readMethod', 'showMethod'], // its same as read....
this worked? @nightvis
Note: If the port in the Dockerfile changes, then the reverse proxy must also do the same. Refer to initial documentation for more understanding.
https://github.com/minio/minio/issues/12660
I realized I have to use `ng-src` with html img tags for it to work. However, templateCache doesn't load these html files.
I doubt sir. SAML and oauth perform two different things. If you use passport, you'll get user information (according to scope), access tokens and refresh tokens. which you must save...