Add ability to make maps password protected
See original GitHub issueJust found the plugin, my team and I are extremely excited about it and I’m moving quickly to set it up and release it to the community.
I would like to completely move from Dynmap to BlueMap, but I need to hide some staff worlds from normal players. Similar to Dynmap, it would be great if admins could control access to maps with ingame permissions. So for example:
- Player requests to register with ingame command
- A registration link with a unique key is displayed to the player
- Player completes registration on website, and using the unique key, the plugin ties the player’s uuid to the account
- When the player logs in to BlueMap, the plugin would check ingame permissions for which maps the player has access to (i.e. bluemap.map.<id>)
- Permission only required if
protected
option is set totrue
in map config
- Permission only required if
- Player can request a password change link from ingame (cause I know my staff will lock themselves out within a couple days)
Thank you for considering this request and for making this amazing plugin!
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Map Mavin - How to Password Protect a Web Map - YouTube
If you'd like to be able to share a URL with someone regardless of whether they have an account or not and yet...
Read more >How can I password protect my map? - EasyMapMaker
Add a password to a map for extra security. Maps with passwords require people to know the password in order to view the...
Read more >Security settings—ArcMap | Documentation
Protecting the published map with a password · Click the Publisher menu and click Settings. · Click the Security tab. · Check Password...
Read more >Password protected maps - Mango Help Centre
To enable password protection, open the ACCESS panel, and select Password Protected.
Read more >Password protected sharing ArcGIS Online without o...
You want people in your workplace to be able to open a map without having to do the login, regardless of the sharing...
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 FreeTop 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
Top GitHub Comments
Got it all working and protected with nginx basic auth, discarded the iframe idea. Thank you very much!
The CLI works perfectly fine on the live world-folder 😃 I am sure iframing works generally, but you need to see how you implement the protection … since you can always open an iframe directly as well if you know the url ^^