A simple implementation of an app that uses Passkeys for authentication:
- The implementation was done inside a docker container (for practice reasons) -> This gives the option NOT to install anything directly on the user computer and leave everything inside the docker container
- The app will allow registration and authentication of users via public keys instead of password
- The server is implemented with Express.js
Tools:
- SEQUELIZE - ORM as a layer between the server application and the database
- POSTGRES - Database, inside the docker container
- PgAdmin - UI tool for pg database, inside the docker container