Basic access authentication: Difference between revisions

Content deleted Content added
TheJanzap (talk | contribs)
Server side: Remove unnecessary line breaks
Protocol: improved style
Tags: Mobile edit Mobile app edit Android app edit App section source
 
Line 59:
</code>
 
<syntaxhighlight lang="python">
<code>
'Basic ' + base64.b64encode(f"{<clientid>}:{<client secret key>}".encode()).decode()
</syntaxhighlight>
</code>
 
== See also ==