Skip to content

Commit

Permalink
Convert passwords in authorization input as SecretStr
Browse files Browse the repository at this point in the history
Fix docs and update runbook
  • Loading branch information
dormant-user committed Feb 7, 2024
1 parent cdf9e12 commit 5cbde1c
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 297 deletions.
1 change: 0 additions & 1 deletion doc_gen/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Stream-Localhost - A secured interface to stream videos
:caption: Read Me:

README
authentication

Main Module
===========
Expand Down
14 changes: 1 addition & 13 deletions docs/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Authentication" href="authentication.html" />
<link rel="prev" title="Stream-Localhost - A secured interface to stream videos" href="index.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
Expand All @@ -30,9 +29,6 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="authentication.html" title="Authentication"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="index.html" title="Stream-Localhost - A secured interface to stream videos"
accesskey="P">previous</a> |</li>
Expand Down Expand Up @@ -81,7 +77,7 @@ <h2>Sample Usage<a class="headerlink" href="#sample-usage" title="Permalink to t
<section id="env-variables">
<h3>Env Variables<a class="headerlink" href="#env-variables" title="Permalink to this heading"></a></h3>
<blockquote>
<div><p>:bulb:   Environment variables can <em>(optionally)</em> be loaded from any file.<br>
<div><p>:bulb:   Environment variables can <em>(optionally)</em> be loaded from any plain text file.<br>
Refer the <a class="reference external" href="https://github.com/thevickypedia/pystream/wiki">wiki page</a> for more information.</p>
</div></blockquote>
<p><strong>Mandatory</strong></p>
Expand Down Expand Up @@ -181,11 +177,6 @@ <h4>Previous topic</h4>
<p class="topless"><a href="index.html"
title="previous chapter">Stream-Localhost - A secured interface to stream videos</a></p>
</div>
<div>
<h4>Next topic</h4>
<p class="topless"><a href="authentication.html"
title="next chapter">Authentication</a></p>
</div>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
Expand Down Expand Up @@ -216,9 +207,6 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="authentication.html" title="Authentication"
>next</a> |</li>
<li class="right" >
<a href="index.html" title="Stream-Localhost - A secured interface to stream videos"
>previous</a> |</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if __name__ == '__main__':
```

### Env Variables
> :bulb: &nbsp; Environment variables can _(optionally)_ be loaded from any file.<br>
> :bulb: &nbsp; Environment variables can _(optionally)_ be loaded from any plain text file.<br>
> Refer the [wiki page][wiki] for more information.
**Mandatory**
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/README.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if __name__ == '__main__':
```

### Env Variables
> :bulb: &nbsp; Environment variables can _(optionally)_ be loaded from any file.<br>
> :bulb: &nbsp; Environment variables can _(optionally)_ be loaded from any plain text file.<br>
> Refer the [wiki page][wiki] for more information.

**Mandatory**
Expand Down
39 changes: 0 additions & 39 deletions docs/_sources/authentication.md.txt

This file was deleted.

1 change: 0 additions & 1 deletion docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Stream-Localhost - A secured interface to stream videos
:caption: Read Me:

README
authentication

Main Module
===========
Expand Down
180 changes: 0 additions & 180 deletions docs/authentication.html

This file was deleted.

39 changes: 0 additions & 39 deletions docs/authentication.md

This file was deleted.

Loading

0 comments on commit 5cbde1c

Please sign in to comment.