How to use public access token on Locally Instance Extensions-Website #188
Labels
No Label
Priority
Critical
Priority
High
Priority
Low
Priority
Normal
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Type
Breaking
Type
Documentation
Type
Enhancement
Type
Feature
Type
Report
Type
Security
Type
Suggestion
Type
Testing
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/extensions-website#188
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've set up a local LAN server and am able to access and pull the list of addons fine.
How to use and configure public access keys or modify the source code?
Hi @Xi_Bo_Zhi, the extensions platform doesn't support access token access.
Right now the main listing has no restrictions whatsoever.
See
ExtensionsAPIView
permission_classes = [AllowAny]"
What are you trying to acchieve? One thing we thought would be welcome (as a PR contribution) is to allow users to create a favorite list, and be able to pass a UserToken (My Profile > Tokens) to restrict the listing in Blender to only the tokens from your profile.
I would like to create a simple access token, similar to a url access password, to restrict clients without the password from getting the list of addons from the url.
But it can still be downloaded and installed manually from the website page.
Thank you for your patience :)
based on your reply,I realized that this is designed for blender ID, the access code is not set for the entire url.
I'll have to try to modify the source code myself.