Best of Authentication — January 2024
- 1
- 2
- 3
- 4
- 5
- 6
- 7
Supabase·2y
Getting started with Laravel and Postgres
Learn how to get started with Laravel and Postgres using Supabase as an alternative to Heroku. Set up a new Laravel application, install the authentication template, configure the Postgres connection details, run database migrations, and start the app.
- 8
freeCodeCamp·2y
How to Implement Passkey Authentication with the Web Authentication API
Learn how to implement Passkey Authentication using the Web Authentication API. The tutorial covers the benefits of Passkey Authentication, the use of Webauthn, how to set up Express.js and Docker, and the different sections of the course.
- 9
Medium·2y
A PocketBase backend for Flutter and Dart
The post provides a step-by-step tutorial for connecting a Flutter app to PocketBase, an open source Backend as a Service (BaaS). It highlights the features of PocketBase, such as user authentication, SQLite database, realtime updates, and file storage. The tutorial covers signing up a new user, signing in, refreshing the access token, signing out, creating a new collection, performing CRUD operations, and includes a few thoughts and limitations of using PocketBase.
- 10
- 11
- 12
- 13