-
Save user data to supabase
-
Create and write tests for Sign up page
-
create a signup page using bootstrap
-
Task 1: Login and Signup Functionality
Description:
A login and signup feature that allows users to create accounts and securely store their credentials. The system uses IndexedDB as a lightweight…
-
- Signin / Signup with Google Account
- Signup/Signin with email verification
- Logout
- SignIn as Student or Adviser (defer)
- Signin with Qr Code (defer)
-
-
Create a sign-in and sign-up page utlizing `/api/auth/signin` and `/api/auth/signup`
- home page is restricted and redirect to sign in page if not logged in.
- Sign in page, with username and passwo…
-
AppwriteException: Invalid document structure: Missing required attribute "accountid"
at e.call (F:\storage_manager\storage_manage\.next\server\chunks\479.js:80:86686)
at async m.createDocum…
-
Every day a random user will get a raspberry pi for free!
-
#### API
```
[POST] /signup
```
#### Request payload
```json
{
"password": "password",
"first_name": "Garett",
"email": "Cameron13@hotmail.com",
"gender": "M",
"mobile":…