What's Changed
- Pass share link access token in headers for authenticated access
- Shorten and prettify share links
- Old share links will still work (
?token=
format will eventually is deprecated and will eventually be removed in favor of new link format)
- Old share links will still work (
- Add resource visibility toggle on resources table
- Use global table search for all tables to search across multiple columns
- Fix updating admin user email creating new user in system
Full Changelog: 1.1.0...1.2.0
How to Update
Important
Always back up your config app-data before updating. This will allow you to easily roll back if the update breaks your configuration. You will not be able to easily downgrade otherwise.
5.2k Stars in 90 Days
April 5th (yesterday) marked 90 days from the initial release and announcement of the Pangolin project. In that time the repository has earned more than 5.2k stars! Thank you to everyone for the support and sharing the project!
Access Token in Headers
When you generate a share link, you have the option to pass the underlying access token in headers. If a valid access token is passed in each request from the client, fully authenticated requests are made through the proxy. Similarly, you can pass the access token in a query param on each request.
Note
This feature requires a Badger (Traefik middleware) plugin version of at least v1.1.0
. Our auto-migration script will attempt to update this for you.
