Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update src/features/commands.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Carl Vitullo <vcarl@users.noreply.github.com>
barrybtw and vcarl authored Aug 11, 2024
1 parent 9e2a6e1 commit 2fcb702
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/features/commands.ts
Original file line number Diff line number Diff line change
@@ -1152,7 +1152,9 @@ _ _
title: "",
type: EmbedType.Rich,
description: `
Authentication is a critical part of most web applications. Below are some resources to help you get started with authentication:
Authentication is a critical part of most web applications. Here are some resources to help you get started.
- [JSON Web Tokens (JWT) are Dangerous for User Sessions](https://redis.io/blog/json-web-tokens-jwt-are-dangerous-for-user-sessions/)
- [JWT should not be your default for sessions](https://evertpot.com/jwt-is-a-bad-default/)
`,
fields: [
{

0 comments on commit 2fcb702

Please sign in to comment.