ezralazuardy / heimdall

Painless OAuth 2.0 Server for CodeIgniter 4 🔥
https://heimdall.lazuardy.tech
MIT License
40 stars 10 forks source link

Remove codeigniter4/framework requirement #18

Closed gitHusband closed 5 months ago

gitHusband commented 2 years ago

Describe the solution you'd like

Please can you remove the codeigniter4/framework requirement

I don't think it's necessary.

mv-steven commented 1 year 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.

ezralazuardy commented 5 months ago

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!

devin-acquired commented 5 months ago

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:

image