This website requires JavaScript.
Explore
Help
Sign In
cfbender
/
snowballtools-base
Watch
1
Star
0
Fork
0
You've already forked snowballtools-base
forked from
cerc-io/snowballtools-base
Code
Pull Requests
Activity
8a8ee1d6ae
snowballtools-base
/
packages
/
frontend
/
src
/
constants.ts
4 lines
86 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Set record data with repo commit hash and package.json content (#65) * Get latest commit hash from repo when adding project * Update UI/UX * Fill registry record with data from package.json * Add package json type * Correct record data based on laconic console * Update README --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-02-14 05:33:22 +00:00
export
const
SHORT_COMMIT_HASH_LENGTH
=
8
;
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 11:56:26 +00:00
export
const
SERVER_GQL_PATH
=
'graphql'
;
Copy Permalink