Skip to content

Commit 5cbde1c

Browse files
committed
Convert passwords in authorization input as SecretStr
Fix docs and update runbook
1 parent cdf9e12 commit 5cbde1c

14 files changed

Lines changed: 21 additions & 297 deletions

doc_gen/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Stream-Localhost - A secured interface to stream videos
1111
:caption: Read Me:
1212

1313
README
14-
authentication
1514

1615
Main Module
1716
===========

docs/README.html

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
<link rel="index" title="Index" href="genindex.html" />
2020
<link rel="search" title="Search" href="search.html" />
21-
<link rel="next" title="Authentication" href="authentication.html" />
2221
<link rel="prev" title="Stream-Localhost - A secured interface to stream videos" href="index.html" />
2322
</head><body>
2423
<div class="related" role="navigation" aria-label="related navigation">
@@ -30,9 +29,6 @@ <h3>Navigation</h3>
3029
<li class="right" >
3130
<a href="py-modindex.html" title="Python Module Index"
3231
>modules</a> |</li>
33-
<li class="right" >
34-
<a href="authentication.html" title="Authentication"
35-
accesskey="N">next</a> |</li>
3632
<li class="right" >
3733
<a href="index.html" title="Stream-Localhost - A secured interface to stream videos"
3834
accesskey="P">previous</a> |</li>
@@ -81,7 +77,7 @@ <h2>Sample Usage<a class="headerlink" href="#sample-usage" title="Permalink to t
8177
<section id="env-variables">
8278
<h3>Env Variables<a class="headerlink" href="#env-variables" title="Permalink to this heading"></a></h3>
8379
<blockquote>
84-
<div><p>:bulb:   Environment variables can <em>(optionally)</em> be loaded from any file.<br>
80+
<div><p>:bulb:   Environment variables can <em>(optionally)</em> be loaded from any plain text file.<br>
8581
Refer the <a class="reference external" href="https://github.com/thevickypedia/pystream/wiki">wiki page</a> for more information.</p>
8682
</div></blockquote>
8783
<p><strong>Mandatory</strong></p>
@@ -181,11 +177,6 @@ <h4>Previous topic</h4>
181177
<p class="topless"><a href="index.html"
182178
title="previous chapter">Stream-Localhost - A secured interface to stream videos</a></p>
183179
</div>
184-
<div>
185-
<h4>Next topic</h4>
186-
<p class="topless"><a href="authentication.html"
187-
title="next chapter">Authentication</a></p>
188-
</div>
189180
<div role="note" aria-label="source link">
190181
<h3>This Page</h3>
191182
<ul class="this-page-menu">
@@ -216,9 +207,6 @@ <h3>Navigation</h3>
216207
<li class="right" >
217208
<a href="py-modindex.html" title="Python Module Index"
218209
>modules</a> |</li>
219-
<li class="right" >
220-
<a href="authentication.html" title="Authentication"
221-
>next</a> |</li>
222210
<li class="right" >
223211
<a href="index.html" title="Stream-Localhost - A secured interface to stream videos"
224212
>previous</a> |</li>

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if __name__ == '__main__':
3333
```
3434

3535
### Env Variables
36-
> :bulb: &nbsp; Environment variables can _(optionally)_ be loaded from any file.<br>
36+
> :bulb: &nbsp; Environment variables can _(optionally)_ be loaded from any plain text file.<br>
3737
> Refer the [wiki page][wiki] for more information.
3838
3939
**Mandatory**

docs/_sources/README.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if __name__ == '__main__':
3333
```
3434

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

3939
**Mandatory**

docs/_sources/authentication.md.txt

Lines changed: 0 additions & 39 deletions
This file was deleted.

docs/_sources/index.rst.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Stream-Localhost - A secured interface to stream videos
1111
:caption: Read Me:
1212

1313
README
14-
authentication
1514

1615
Main Module
1716
===========

docs/authentication.html

Lines changed: 0 additions & 180 deletions
This file was deleted.

docs/authentication.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)