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

feat: non-auth APIs handling #42

Open
ryanreadbooks opened this issue Dec 7, 2024 · 1 comment
Open

feat: non-auth APIs handling #42

ryanreadbooks opened this issue Dec 7, 2024 · 1 comment
Assignees
Labels
enhancement Performance enhancement feat New feature

Comments

@ryanreadbooks
Copy link
Owner

ryanreadbooks commented Dec 7, 2024

Some APIs can be accessed without requiring a user to log in. The issue is to make these APIs work without logging in.
These APIs include feed service related APIs, such as /api/v1/feed/recommend, etc.

@ryanreadbooks ryanreadbooks added the feat New feature label Dec 7, 2024
@ryanreadbooks ryanreadbooks self-assigned this Dec 7, 2024
@ryanreadbooks
Copy link
Owner Author

ryanreadbooks commented Dec 7, 2024

For some APIs, we can restrict the returned data when not logging in, such as comment service related APIs.

@ryanreadbooks ryanreadbooks changed the title feat: non-auth apis handling feat: non-auth APIs handling Dec 7, 2024
@ryanreadbooks ryanreadbooks added the enhancement Performance enhancement label Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Performance enhancement feat New feature
Projects
None yet
Development

No branches or pull requests

1 participant