question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow unauthenticated users to view links

See original GitHub issue

My 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:open
  • Created 3 years ago
  • Reactions:1
  • Comments:15

github_iconTop GitHub Comments

1reaction
flanciancommented, May 22, 2020

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.

0reactions
itsojoncommented, Mar 30, 2021

@isviridov glad it’s working for you! Agreed: If we add this feature, it will be along those lines.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found