Skip to content

Authentication

Authentication🔗

Protocolls and Technologies🔗

1
2
3
4
TABLE WITHOUT ID
file.link AS "Name",
desc-short AS "Description"
WHERE contains(category, "authentication") AND type != "software"

Tools🔗

  • auth0 | Docs
  • lucia

    Lucia is an auth library written in TypeScript that abstracts away the complexity of handling sessions. It works alongside your database to provide an API that’s easy to use, understand, and extend.

1
2
3
4
TABLE WITHOUT ID
file.link AS "Name",
desc-short AS "Description"
WHERE contains(category, "authentication") AND type = "software"