Skip to content

issues Search Results · repo:andrej-griniuk/cakephp-two-factor-auth language:PHP

Filter by

15 results
 (51 ms)

15 results

inandrej-griniuk/cakephp-two-factor-auth (press backspace or delete to remove)

Hi, Is it possible to have some indication on how to write tests that verify the correct functioning of 2FA? Something like this, but obviously also verifying that the login works with token: https://book.cakephp.org/authentication/3/en/testing.html#session-based-authentication ...
  • mirko-pagliai
  • Opened 
    on Dec 19, 2024
  • #26

In the comments for the commit regarding the isEnabled2faProperty change, it says that the check for this property is done in a backwards compatible way. However, when I updated to 3.1.0 and tested the ...
  • alexvanniel
  • 1
  • Opened 
    on May 13, 2024
  • #25

I m currently working on a project that uses CakePHP 4.3 and uses this plugin. We are dependant on the isEnabled2faProperty and version 3.0 doesn t have that one yet. Update Release 3.0 to this commit ...
  • zegert
  • 2
  • Opened 
    on Mar 27, 2024
  • #24

https://github.com/andrej-griniuk/cakephp-two-factor-auth/blob/master/src/Plugin.php This is not a valid class name for 5.x See docs Should be YourPluginNamePlugin class
  • dereuromark
  • 2
  • Opened 
    on Dec 10, 2023
  • #23

Hi. How to access to users data (and his secret) within verify action? I d like to read usersecret and useremail but I havent in verify action.. I miss something? public function verify() { $this- Authorization- ...
  • braguzz
  • Opened 
    on Mar 21, 2022
  • #21

I implemented this plugin as written in your documentation, but the app always returns an error message about the code entered. My questions, - what do we save in the secret db field, the generated ...
  • salines
  • 1
  • Opened 
    on Nov 9, 2021
  • #20

Cake : 4.2 This plugin : ^3.0 The CookieAuthenticator lookup for rememberMeField in the login form but the intermediate TFA check form remove this field from request::data. Someone have an idea how to ...
  • Erwane
  • 1
  • Opened 
    on Jun 29, 2021
  • #19

Hi, I need to use verifyCode() method in a controller, but there is no such a method in the component. It does exist on TwoFactorAuth class. Why is that? How should do I verify the code? I already loaded ...
  • koraykupe
  • 1
  • Opened 
    on Feb 10, 2021
  • #17

I have tried to change verifyAction config when we loading component, but it did not work. I have found out that either readme or code is wrong (not sure at what level verifyAction should actually be) ...
  • LubosRemplik
  • 1
  • Opened 
    on Jan 19, 2018
  • #14

Please change the requirement Thanks
  • ThomasNucleus
  • 1
  • Opened 
    on Nov 20, 2017
  • #12
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub