snowballtools-base/packages/backend/test/fixtures
Nabarun Gogoi ef0eac8293
Implement authentication with SIWE (#99)
* Create web3 modal provider with SIWE

* Add auth router to handle SIWE authentication

* Use axios instance to make request

* Add button for SIWE authentication

* Add changes to access session in web-app GQL requests

* Add auth check in GQL context and load/create user

* Use authenticated user from context

* Redirect to sign in page if unauthenticated and logout button

* Change sign-in route to login

* Get project domain from config file

* Set user ethAddress column as unique

* Use formatted user name

* Get session secret and origin url from config file

* Add unique constraint for eth address

* Get secure and samesite from origin url

* Get wallet connect id and backend url from env file

* Format user email in member tab panel

* Add backend config isProduction to set trust proxy

* Use only one server url config

* Add tool tip for displaying email

* Add trustProxy and domain in server.session config

* Add SERVER_GQL_PATH constant in frontend

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-02-22 17:26:26 +05:30
..
deployments.json Publish ApplicationRecord and ApplicationDeploymentRequest on creating new deployments (#89) 2024-02-22 10:04:33 +05:30
environment-variables.json Update environment variable entity schema to update them individually (#53) 2024-02-01 11:37:57 +05:30
organizations.json Fix deployments visit URL and date filter (#78) 2024-02-20 10:53:42 +05:30
primary-domains.json Fix deployments visit URL and date filter (#78) 2024-02-20 10:53:42 +05:30
project-members.json Implement functionality to add project members (#48) 2024-02-01 15:34:17 +05:30
projects.json Publish ApplicationRecord and ApplicationDeploymentRequest on creating new deployments (#89) 2024-02-22 10:04:33 +05:30
redirected-domains.json Fix deployments visit URL and date filter (#78) 2024-02-20 10:53:42 +05:30
user-organizations.json Fix deployments visit URL and date filter (#78) 2024-02-20 10:53:42 +05:30
users.json Implement authentication with SIWE (#99) 2024-02-22 17:26:26 +05:30