smiley

Results 35 issues of smiley

Just for the record: i'm well aware that [enabling auto-download](https://github.com/PadWorld-Entertainment/wop-engine/blame/1.7-dev/wop-changelog.md#L10) is a security risk. It's just that this is one of the major things that keep people from playing, since...

enhancement

> On another note I wonder if it would be possible to sidestep the whole licensing issue by having a separate launcher / interceptor app that communicates with Discord. One...

integration

## Types of changes What types of changes does your code introduce? - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New OAuth provider - [ ]...

provider

## Types of changes What types of changes does your code introduce? - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New OAuth provider - [ ]...

provider

**Describe the feature** The feature is documented in [RFC-9449](https://datatracker.ietf.org/doc/html/rfc9449). Right now I don't see the need to implement abstract support for this, as there are currently no major services out...

enhancement

Hey, I would like to add my library here: https://github.com/chillerlan/php-oauth Thanks in advance!

**Describe the feature** Review and implement OAuth 2.1 features: https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-09 **Additional context** Some features that are required in OAuth 2.1 are already implemented in `OAuth2Provider` (PKCE, PAR) as they're already...

enhancement

Hi, in this PR I've added a `scripts` section to the `composer.json` for convenience and also a link to the [list of contributors](https://github.com/nikic/FastRoute/graphs/contributors) as authors. Bonus: bumped PHPUnit to v10.5...

Ok, I'm trying [this again](https://github.com/nikic/FastRoute/pull/181) :) Now that we have the `static` return type, we can write pretty fluent interfaces without worrying about messy return types, yay! And while this...

Hey, this PR updates the workflow runs to use the latest versions of `actions/checkout` and `ramsey/composer-install` to stop the node.js deprecation warnings. Further I have moved the PHPUnit cache directory...