-
-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
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
Cache key contains reserved characters {}()/\@ #378
Comments
This is a duplicate of #359. IP addresses will need to be hashed before being used as cache keys. |
where i can to this? |
myth-auth/src/Controllers/AuthController.php Line 352 in f2aa27e
|
what can i do to hash ip address? |
This is not cryptographically significant so I would just use |
okay,, I will try it first before doing a Pull Request |
The problem fix, i only add |
Great! Looking forward to that Pull Request - thanks for taking this on. |
Closed by #381. |
Help,
today i use Myth/Auth in Codeigniter 4,
i follow instruction to setting up my Myth/Auth. And the library is work correctly, my code activation was send to my email. But when i click the activation code in my email, i was redirected to
http://localhost:8080/activate-account
with my code activation. But the page was show this error.What should I do?
The text was updated successfully, but these errors were encountered: