Share GitPitch private URLs using private Git repos. The in this three-part series introduced support for sharing presentations with public audiences using private Git repositories. first article GitPitch Pro This article is going to explain how you can create and manage private presentation URLs using private Git repositories. These URLS can then be shared with private audiences. You can get started with private repo support right now, login . here Granting Access To A Private Audience For all of the reasons outlined in the , presentation authors to any GitPitch presentation delivered using a private Git repository. introductory article must explicitly grant access When a presentation author has not explicitly granted access to a presentation within a private Git repo, . any attempt to view the presentation content will be denied So how can you create and share a private link to a slideshow presentation using a private Git repository? Simple. Activate GitPitch Pro Stealth Mode . Activating Stealth Mode Activation is as simple as adding a property to the for any slideshow presentation within a private Git repository. stealth PITCHME.yaml The property accepts a comma-separated list of one or more . A token can be any arbitrary string value, for example: stealth stealth-tokens stealth : 01234, AcmeCorp, sneakpeek Once Stealth mode is activated, a valid token combined with the original presentation URL is required in order to gain access to the slideshow content. The token is specified on a presentation URL using the query param. . ?s= The combination of presentation URL plus a valid token query param is a private URL For example, any attempt to open the following sample presentation URL will be denied as the presentation has not been published for public access: https://gitpitch.com/gitpitch/pro/stealth However, if you attempt to open that same sample presentation using the following private URL, you will be able to view the slideshow: https://gitpitch.com/gitpitch/pro/stealth?s=sneakpeek The following short presentation is an example of a GitPitch presentation delivered from a private GitHub repository using a GitPitch private URL: Stealth token management is as simple as adding and removing tokens on the property in your PITCHME.yaml file. Managing tokens in this way gives you a quick and easy way to manage your audience over time. stealth 1. Stealth Mode for Presentation Authors One important use-case for Stealth mode is to allow presentation authors to without risking exposure of presentation content to the outside world. preview their own work As presentation author, you can simply register your own token in the for your presentation. Then use that token on a private URL to preview your own slide content rendered as a GitPitch presentation. stealth PITCHME.yaml 2. Stealth Mode for Presentation Feedback Another important use case for Stealth mode is to give presentation authors the ability to quickly with other people, such as content collaborators, colleagues, clients, etc. share previews of their presentation content By sharing a valid private URL with collaborators, you can manage temporary audiences. At any time, you can simply revoke the token used on the private URL to once again restrict access to your content. stealth 3. Stealth Mode for Private Audiences If you are sharing private URLs with trusted audiences you can even use Stealth mode as your final presentation delivery mechanism. A trusted audience in this case is any audience that you can rely on not to share the private URL for your presentation with third parties. However, if the private URL for you presentation might be shared to a wider-than-intended audience, such as on social media or by corporate e-mail, then you might want to consider using GitPitch Pro . Confidential Mode Confidential mode will be the topic for the next article in this series. The Fastest Way from Idea to Presentation With the arrival of private Git repository support in GitPitch Pro you can now easily secure your presentation content and manage your audience. This is a big win for anyone delivering private, confidential, and even paid-for content. You can get started with private repo support right now, login . here Remember, GitPitch lets you craft and share beautiful content about the things you care about. Use it to promote, pitch or present absolutely anything ;) You can follow me right here on Medium or on Twitter for more news, tips and unique creations from the GitPitch community.