-
Context: I am currently migrating a project to the experimental AuthenticationManager as well as using this bundle instead of a homegrown 2fa solution.
We do have an API with an existing endpoint f…
-
If you set
`$rememberMe = new Birke\Rememberme\Authenticator();
$rememberMe->setExpireTime(7776000);`
this value will not be transferred to the instance of PHPCookie class, as there is only a …
-
```
In AuthenticatorTest.java there is this test:
try {
instance.verifyPasswordStrength("password", "password123");
fail();
}
catch ...
The test passes, indicating that verifyPasswordStrength rai…
-
```
In AuthenticatorTest.java there is this test:
try {
instance.verifyPasswordStrength("password", "password123");
fail();
}
catch ...
The test passes, indicating that verifyPasswordStrength rai…
-
Website Login via google authenticator (PW still valid as fallback) -> goal: login on the road via google authenticator, but have the PW as a fallback when the authenticator is stolen / battery empty …
-
Is this reasonable? What if a user's authentication routine requires I/O?
-
```
In AuthenticatorTest.java there is this test:
try {
instance.verifyPasswordStrength("password", "password123");
fail();
}
catch ...
The test passes, indicating that verifyPasswordStrength rai…
-
Hello. I downloaded the project. Started up the Auth server / iOS example. the IOS app crashes when pressing the register button. I get
fatal error: 'try!' expression unexpectedly raised an error: Er…
-
Hi,Recently been working on how to get the token from google authenticator with window or chrome extension, But now it is not working, the website is restrict need google authenticator or microsoft au…
-
As already requested by
https://github.com/restsharp/RestSharp/issues/1015
it would be a nice Feature if RestSharp Handles the JWT Access- and RefreshToken.
In the current Implementation, a Au…