-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff8cbd7
commit f6b78ba
Showing
41 changed files
with
1,036 additions
and
306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// verify access token | ||
// if expired , verify refresh token | ||
// if refresh valid -> create new access token and save in cookies | ||
// if refresh expired -> prompt user for login |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
// lib | ||
export { default as generateOtp } from "./lib/generateOtp"; | ||
export { default as createUserId } from "./lib/createUserID"; | ||
export { hashPassword, verifyPassword } from './lib/encryptPassword' | ||
export { hashPassword, verifyPassword } from "./lib/encryptPassword"; | ||
export { default as asyncHandler } from "./lib/asyncHandler"; | ||
|
||
export { default as sendMail } from "./email"; | ||
export { newUserTemplate } from "./email/template"; | ||
|
||
// classes | ||
export { default as ApiError } from './classes/ApiError' | ||
export { default as ApiResponse } from './classes/ApiResponse' | ||
export { default as ApiError } from "./classes/ApiError"; | ||
export { default as ApiResponse } from "./classes/ApiResponse"; | ||
|
||
// jwt | ||
export { default as generateToken } from './jwt/generateToken' | ||
export { default as generateToken } from "./jwt/generateToken"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"files": { | ||
"main.css": "/static/css/main.b84184d6.css", | ||
"main.js": "/static/js/main.29eca987.js", | ||
"main.css": "/static/css/main.31d6379b.css", | ||
"main.js": "/static/js/main.b1a21008.js", | ||
"static/media/videocall.svg": "/static/media/videocall.ea35c31b6731f8d7e26130d62bb3d94f.svg", | ||
"static/media/audiocall.svg": "/static/media/audiocall.4918d8229479afee0e117955fdf9ff88.svg", | ||
"static/media/chatting.svg": "/static/media/chatting.0d578f5c69cf5629d45bdfddfdc7841c.svg", | ||
"static/media/file.svg": "/static/media/file.d413d4fa944e3e36229b8d7cc7841482.svg", | ||
"static/media/hero3.svg": "/static/media/hero3.9c530f208327e5c056ec8b5523d8af67.svg", | ||
"static/media/logo.png": "/static/media/logo.6ab2f90d3594b680990f.png", | ||
"index.html": "/index.html", | ||
"main.b84184d6.css.map": "/static/css/main.b84184d6.css.map", | ||
"main.29eca987.js.map": "/static/js/main.29eca987.js.map" | ||
"main.31d6379b.css.map": "/static/css/main.31d6379b.css.map", | ||
"main.b1a21008.js.map": "/static/js/main.b1a21008.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.b84184d6.css", | ||
"static/js/main.29eca987.js" | ||
"static/css/main.31d6379b.css", | ||
"static/js/main.b1a21008.js" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href=""/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="Virtual Connect" content="Single platform for audio, video, and text based live communication"/><link href="/dist/output.css" rel="stylesheet"><title>Virtual Connect</title><script defer="defer" src="/static/js/main.29eca987.js"></script><link href="/static/css/main.b84184d6.css" rel="stylesheet"></head><body><div id="root"></div></body></html> | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href=""/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="Virtual Connect" content="Single platform for audio, video, and text based live communication"/><link href="/dist/output.css" rel="stylesheet"><title>Virtual Connect</title><script defer="defer" src="/static/js/main.b1a21008.js"></script><link href="/static/css/main.31d6379b.css" rel="stylesheet"></head><body><div id="root"></div></body></html> |
4 changes: 2 additions & 2 deletions
4
client/build/static/css/main.b84184d6.css → client/build/static/css/main.31d6379b.css
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
client/build/static/js/main.29eca987.js → client/build/static/js/main.b1a21008.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.