Skip to content

Commit

Permalink
Pluralize sessions (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
reify-tanner-stirrat authored Nov 7, 2023
1 parent cae7592 commit 5f772a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ https://blog.isquaredsoftware.com/2020/05/blogged-answers-a-mostly-complete-guid
"Is JWT the right approach for my application's authentication?",
type: EmbedType.Rich,
description: `
Most of the time, JWTs aren't the best approach for working with backend authentication, despite the multitude of tutorials that use JWT. Session have been used for decades, with a lot of back end frameworks supporting them out of the box.
Most of the time, JWTs aren't the best approach for working with backend authentication, despite the multitude of tutorials that use JWT. Sessions have been used for decades, with a lot of back end frameworks supporting them out of the box.
That said there are also scenarios when using a JWT token is the best approach:
Expand Down

0 comments on commit 5f772a8

Please sign in to comment.