codeigniter-oauth2-server
codeigniter-oauth2-server copied to clipboard
OAuth2.0 Server for CodeIgniter
A PHP Error was encountered Severity: Warning Message: count(): Parameter must be an array or an object that implements Countable Filename: OAuth2/Server.php Line Number: 478 Backtrace: File: /mnt/d/htdocs/JWT/codeigniter-oauth2-server/application/third_party/Oauth2/src/OAuth2/Server.php Line: 478...
Currently password credentials grant type required client id and client secret. can we skip this in password grant type flow as it is not required in our case? ``` curl...
Fixed: horizontal scolling
Hi, Why is it when i use Authorization Code Grant Type in one process only the generated authorization code in the oauth_authorization_codes table automatically deleted?