Allow unauthenticated users to view links
See original GitHub issueMy links aren’t private.
I’d like anyone at my organization to be able to use them without logging in.
"""Returns (shortlink_object, actual_destination)."""
perfect_match = models.ShortLink.query(
- models.ShortLink.organization == organization,
models.ShortLink.shortpath == shortpath).get()
- self.render_login_selector_page(redirect_to_after_oauth=self.request.path_url)
- return
+ #self.render_login_selector_page(redirect_to_after_oauth=self.request.path_url)
+ #return
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:15
Top Results From Across the Web
Best practices for unauthenticated sharing - Microsoft Learn
Best practices for sharing files and folders with unauthenticated users · Set an expiration date for Anyone links · Set link permissions ·...
Read more >5 Best Practices to Share Files and Folders with ...
Learn 5 best practices to share files and folders with unauthenticated users. It helps you to avoid issues with unexpected changes and access....
Read more >Set permissions options for Anyone links - MSPMagic
With Anyone links set to View, users can still share files and folders with guests and give them edit permissions by using Specific...
Read more >Share with unauthenticated recipients using public links - IBM
Share with unauthenticated recipients using public links ... You can use public links to share folders in your Files app without requiring your...
Read more >How to allow unauthenticated user - Trailhead - Salesforce
I want to give external, unauthenticated users a URL that links them to this page with the record ID in the URL so...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ahoy! I’d like the same thing and would be willing to take a look, if you think this could be a good starter project for a new contributor.
@isviridov glad it’s working for you! Agreed: If we add this feature, it will be along those lines.