You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement "Sign in as a guest" feature that allow users to access limited features of logoexecutice platform without any user registration.
This feature will be used for giving a brief showcase how our platform works. This session will expire after a set period of time or when user's inactivity.
Requirements:
Endpoint Creation:
Create a new API endpoint /api/auth/guest-signin for signing in as a guest.
Guest Session Management:
Generate a unique guest token upon successful guest sign-in.
Store the guest session in the database with an expiration time (e.g., 24 hours).
The session should be invalidated if the user decides to sign up or log out.
Expected Behavior
Access Control:
Implement access control to ensure guest users can only access specific parts of the application.
Define what resources and endpoints are accessible to guest users.
Current Behavior
No response
Additional Information (optional)
No response
Confirmation Checklist
I have searched for similar issues before creating this one.
I have provided all the necessary information to understand and reproduce the issue.
The text was updated successfully, but these errors were encountered:
What is this issue related to?
Feature
Description
Implement "Sign in as a guest" feature that allow users to access limited features of logoexecutice platform without any user registration.
This feature will be used for giving a brief showcase how our platform works. This session will expire after a set period of time or when user's inactivity.
Requirements:
Endpoint Creation:
Guest Session Management:
Expected Behavior
Access Control:
Current Behavior
No response
Additional Information (optional)
No response
Confirmation Checklist
The text was updated successfully, but these errors were encountered: