python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Fortify file path manipulation solution recommendation
I'm creating a new file as classpath resource. With the following code, there are critical and high level Path Manipulation issues on Fortify.
public class A {
@Value("classpath:test")
priv...
karacaoglanb
Votes: 0
Answers: 1
Laravel Fortify not triggering 2FA challenge?
I've used Laravel Fortify to write some authentication for my app and I've setup the enable part of the 2FA, and that all works fine, but the problem I'm having is that it doesn't seem to trigger the ...
Borassign
Votes: 0
Answers: 2
Laravel fortify two factor authentication, enforce confirm code after two factors authentication enabled
I'd like to ask user input the verification code after the two factors authentication is enabled.
To be more specific, when post /user/two-factor-authentication success, the two factory is enabled, a...
jolla
Votes: 0
Answers: 1
login is case sensitive using PGSQL and SQLite
So, I am using Laravel 9x with Jetstream and Inertia/Vue
I am noticing using PGSQL and SQLite the login for email is case sensitive. What is the solution to fix this? I know I am not posting code beca...
ArcticMediaRyan
Votes: 0
Answers: 2