Laravel - DecryptException: 'The MAC is invalid'

后端 未结 6 1372
轮回少年
轮回少年 2020-12-02 00:21

In laravel for registration I\'m using encrypt algorithm for password instead of inbuilt bcrypt function in Laravel because to get password and send it to mail when password

6条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-02 00:26

    In case none of the above helped you, as it was in my case, well, some people mention clearing the cookies, sadly that is ambiguous to say the least.

    I tried everything from the above, clear cache in laravel and the browser, hard reload and all..With no success!

    SOLUTION: just CLOSE the browser entirely, and reopen it. In my case, I was using both Chrome and Opera, and they were both messing up. I had to close them BOTH, then reopen them for the MAC problem to disappear.

提交回复
热议问题