Skip to content
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

Sign in as a guest #352

Open
2 tasks done
surajmaity1 opened this issue Aug 16, 2024 · 0 comments
Open
2 tasks done

Sign in as a guest #352

surajmaity1 opened this issue Aug 16, 2024 · 0 comments
Labels
enhancement New feature or request low priority Low priority task poc Initial concept or experiment

Comments

@surajmaity1
Copy link

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:

  • 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.
@aps08 aps08 added low priority Low priority task enhancement New feature or request labels Aug 16, 2024
@TeamShiksha TeamShiksha deleted a comment from surajmaity1 Oct 20, 2024
@TeamShiksha TeamShiksha deleted a comment from soma2000-lang Oct 20, 2024
@aps08 aps08 added the poc Initial concept or experiment label Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority Low priority task poc Initial concept or experiment
Projects
None yet
Development

No branches or pull requests

4 participants