oauth2-server-php-docs
oauth2-server-php-docs copied to clipboard
documentation for the oauth2-server-php library
Bumps [rack](https://github.com/rack/rack) from 2.2.2 to 2.2.6.2. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Hi, I think, I foun a mistake in the schema definition of the "oauth_users" table. "username" is the primary key in this table so it needs to be NOT NULL....
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.9 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...
Bumps [yajl-ruby](https://github.com/brianmario/yajl-ruby) from 1.4.1 to 1.4.3. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Is there any countermeasures implemented in the library that mitigate against brute force attacks or SQL injection?
Fixed a typo in doctrine.md
With Oracle, you'll need some extra steps:
I added a client with password grant type and a user-related to it. when logged in with user credentials as follows. `curl -u MyClient:MySecret http://localhost/token -d 'grant_type=password&username=my_user&password=my_password'` then with the...
Bumps [kramdown](https://github.com/gettalong/kramdown) from 0.13.8 to 2.3.0. Commits See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter...