ezralazuardy / heimdall

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

Mistake in the documentation snippet for ResourceFilter #12

Open Dhavalc2012 opened 3 years ago

Dhavalc2012 commented 3 years ago

In the ResourceFilter, in the example, the server instance seems to be wrong. Instead of HeimdallAuthorizationCode, it should be OAuthServer from my understanding on the following link : (https://heimdall.ezralazuardy.com/documentation/implementation).

image