Closed gitHusband closed 6 months ago
You could probably just use the OAuth2 server directly https://github.com/thephpleague/oauth2-server
Heimdall essentially just makes integrating with the oauth2 server a little easier than doing it yourself.
heimdall is meant to be implemented on Codeigniter 4+ only. if you want to adapt to another framework or a native PHP project, please implement https://github.com/thephpleague/oauth2-server by yourself, as @mv-steven suggessted.
thanks!
heimdall is meant to be implemented on Codeigniter 4+ only. if you want to adapt to another framework or a native PHP project, please implement https://github.com/thephpleague/oauth2-server by yourself, as @mv-steven suggessted.
thanks!
No, I mean the requirement in composer. When I install ezralazuardy/heimdall, there have two codeigniter4/framework:
Describe the solution you'd like
Please can you remove the codeigniter4/framework requirement
I don't think it's necessary.