Skip to content
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

🔒️ Ajout token CSRF #2651

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

🔒️ Ajout token CSRF #2651

wants to merge 4 commits into from

Conversation

spontoreau
Copy link
Member

No description provided.

@@ -0,0 +1,3 @@
export default function CSRF() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

juste par curiosité, ca marcherait si c'était une route ? ce serait moins "étonnant" à la lecture :)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

J'allais faire la même remarque :)

@@ -57,6 +58,11 @@ export const Form: FC<FormProps> = ({
status: undefined,
});

if (!state) {
const router = useRouter();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah c'est ok maintenant les hooks conditionnels ?? c'était un gros no-no-no quand c'est sorti

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants