-
Notifications
You must be signed in to change notification settings - Fork 60.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentication #4954
Authentication #4954
Conversation
… saved as a cookie
…ls to config(commented) and logged the header in console
…non authenticated users
…ect to signup page
…utton when loggedin and to show Logout button
…k ui untill we get token from workos
…vaoid build errors
…extweb into authentication
Authentication
Authentication
Fixed a error on production 404 on login,changed the route to actual …
… in payload while sending req to oai
… mask when creating a new conversation
…id are set if already provieded, deleting chats from server, autorename
@h-lakshman is attempting to deploy a commit to the NextChat Team on Vercel. A member of the Team first needs to authorize it. |
Warning Review failedThe pull request is closed. WalkthroughThe changes reflect extensive updates across multiple components of a React application. The README file underwent significant revisions, reflecting new project directions. Many functional enhancements include new authentication handling, image imports, state management, and token management. Numerous files saw updated imports and functionality shifts towards more robust handling of user interactions and state management. Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant B as Browser
participant SR as Server
participant T as Token Manager
U->>B: Request to login
B->>SR: Sends login details
SR->>U: Authentication callback with token
U->>B: Redirects to auth callback page
B->>T: Extract and validate token
T->>B: Token valid, update state
B->>U: Redirect to authenticated page
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Summary by CodeRabbit
New Features
Bug Fixes
next/image
and updating icon imports.Refactor
Chores
tailwindcss
,autoprefixer
, andpostcss
.Documentation