You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a doubt and just wanted to share, as this SDK uses 'phpfastcache' for cache, why not psr6 or psr16
What problem did you meet?
I think using a specific package would just add an extra package and configuration to the project if someone using Symfony/Laravel etc...
And same for using superglobals for accessing query params in functions like 'handleSignInCallback', why not use psr 'ServerRequestInterface' or get the params as parameters
Describe what you'd like Logto to have
Suggestion: why not use standards
The text was updated successfully, but these errors were encountered:
Thank you for your suggestion. We will gradually update and upgrade.
I'm curious if the current implementation is blocking you from using it? If you are in urgent need, we welcome contributions since our update may not meet your timeline.
I have a doubt and just wanted to share, as this SDK uses 'phpfastcache' for cache, why not psr6 or psr16
What problem did you meet?
I think using a specific package would just add an extra package and configuration to the project if someone using Symfony/Laravel etc...
And same for using superglobals for accessing query params in functions like 'handleSignInCallback', why not use psr 'ServerRequestInterface' or get the params as parameters
Describe what you'd like Logto to have
Suggestion: why not use standards
The text was updated successfully, but these errors were encountered: