Skip to content

Commit bce16f4

Browse files
committed
Merge branch 'main' of https://github.com/reactiflux/reactibot into text-block-comments
2 parents de18524 + d632f03 commit bce16f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/features/commands.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,15 +1274,16 @@ Authentication is a critical part of most web applications. Here are some resour
12741274
- [TheCopenhagenBook](https://thecopenhagenbook.com/)
12751275
- [OWASP Auth Cheatsheet](https://cheatsheetseries.owasp.org/cheatsheets/Authentication_Cheat_Sheet.html)
12761276
- [OWASP Session Cheatsheet](https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html)
1277+
- [Lucia](https://lucia-auth.com/)
12771278
`,
12781279
inline: true,
12791280
},
12801281
{
12811282
name: "Authentication Libraries",
12821283
value: `
1283-
- [Lucia](https://lucia-auth.com/)
12841284
- [Auth.js](https://authjs.dev/)
12851285
- [Passport](http://www.passportjs.org/)
1286+
- [Better Auth](https://www.better-auth.com/)
12861287
`,
12871288
inline: true,
12881289
},

0 commit comments

Comments
 (0)