We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,Please Create Authentication Library For A+ Framework!
The text was updated successfully, but these errors were encountered:
????
Sorry, something went wrong.
Hello @tahaghafuri !
We plan to create an Auth Library soon, but we don't have the necessary use cases yet.
We plan to use token based, session and ACL.
It is currently possible to authenticate using methods of the Framework\HTTP\Request class.
Framework\HTTP\Request
In a controller you can do this:
$auth = $this->request->getBasicAuth(); // array with username and password keys
or
$auth = $this->request->getBearerAuth(); // array with token key
So just check if the authentication data are in, for example, the database.
No branches or pull requests
Hi,Please Create Authentication Library For A+ Framework!
The text was updated successfully, but these errors were encountered: