ndifon
ndifon
tymon/jwt-auth 1.0.1 doesn't support php-8 - this fixes that https://github.com/tymondesigns/jwt-auth/releases/tag/1.0.2
Hi. This PR - completely separates concerns (Otp Class, Facades) - Autoloads the Otp facade as well. - also fixing #11 - A Lil documentation, some .gitignore cleanups.
I think there most be a better way to integrate this plugin with nuxt-auth. Setting the bearer anytime you to want to send a request isn't not realistic.
- [x] Added or updated tests - [x] Documented user facing changes - [x] Updated CHANGELOG.md **Changes** Introduced a new Directive `@extends` that makes it easier to inherit from a...
I recently ran this in an application that uses UUID as primary keys. It's not supported. I think a configuration file should be added to the package, user can publish...
**Describe the bug** Using `$customer->paid($product))` fails when product was purchased with money transferred to another wallet. **To Reproduce** Steps to reproduce the behavior: 1. ```php $cart = app(Cart::class) ->withItem($product, receiving:...
**Is your feature request related to a problem? Please describe.** Yes, the current implementation of the `Taxable` adds fee to the product price which is paid by the user. However,...
Fixes #56