website/docs/api/index.xml

33 lines
3.6 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>API on </title>
<link>//localhost:1313/docs/api/</link>
<description>Recent content in API on </description>
<generator>Hugo</generator>
<language>en-US</language>
<lastBuildDate>Mon, 01 Aug 2022 20:24:18 +0530</lastBuildDate>
<atom:link href="//localhost:1313/docs/api/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Browser libraries</title>
<link>//localhost:1313/docs/api/browser/</link>
<pubDate>Thu, 11 Mar 2021 00:00:00 +0000</pubDate>
<guid>//localhost:1313/docs/api/browser/</guid>
<description>&lt;p&gt;The browser part of mCaptcha is divided into three components.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Glue code&lt;/li&gt;&#xA;&lt;li&gt;Widget program&lt;/li&gt;&#xA;&lt;li&gt;Proof-of-Work libraries(WebAssembly and JavaScript polyfill)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;glue-code&#34;&gt;Glue code&lt;/h2&gt;&#xA;&lt;p&gt;This is the code that links mCaptcha with your website&amp;rsquo;s frontend code.&#xA;It creates an &lt;code&gt;iframe&lt;/code&gt; containing the mCaptcha widget and injects the&#xA;received verification proof token into a hidden input field.&lt;/p&gt;&#xA;&lt;p&gt;Support is available for various frameworks, see&#xA;&lt;a href=&#34;https://github.com/mCaptcha/glue&#34;&gt;&lt;code&gt;mCaptcha/glue&lt;/code&gt;&lt;/a&gt; for the full list.&lt;/p&gt;</description>
</item>
<item>
<title>mCaptcha System Library</title>
<link>//localhost:1313/docs/api/mcaptcha-system/</link>
<pubDate>Thu, 11 Mar 2021 00:00:00 +0000</pubDate>
<guid>//localhost:1313/docs/api/mcaptcha-system/</guid>
<description>&lt;p&gt;Documentation for the library used in mCaptcha core.&lt;/p&gt;&#xA;&lt;h2 id=&#34;versions&#34;&gt;Versions&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://mcaptcha.github.io/mCaptcha/m_captcha/index.html&#34;&gt;master-branch&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;//localhost:1313/api-docs/m_captcha/0.1.3/m_captcha/index.html&#34;&gt;0.1.3&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;//localhost:1313/api-docs/m_captcha/0.1.2/m_captcha/index.html&#34;&gt;0.1.2&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;//localhost:1313/api-docs/m_captcha/0.1.1/m_captcha/index.html&#34;&gt;0.1.1&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;//localhost:1313/api-docs/m_captcha/0.1.0/m_captcha/index.html&#34;&gt;0.1.0&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
<item>
<title>pow_sha256</title>
<link>//localhost:1313/docs/api/pow-sha256/</link>
<pubDate>Thu, 11 Mar 2021 00:00:00 +0000</pubDate>
<guid>//localhost:1313/docs/api/pow-sha256/</guid>
<description>&lt;p&gt;Rust crate which generates SHA256 Proofs of Work on serializable datatypes.&lt;/p&gt;&#xA;&lt;p&gt;This is a fork of the &lt;a href=&#34;https://github.com/bddap/pow&#34;&gt;&lt;code&gt;pow&lt;/code&gt; library&lt;/a&gt; by&#xA;&lt;a href=&#34;https://github.com/robkorn/pow_sha256&#34;&gt;@robkorn&lt;/a&gt;) with some new&#xA;additions. Primary of these being:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;PoW datatype now offers a constructor&lt;/li&gt;&#xA;&lt;li&gt;Salt is no longer hard coded into the library, users can provide&#xA;unique salts.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Other small changes have also been included of various importance but&#xA;mostly just stylistic/ease of use improvements.&lt;/p&gt;</description>
</item>
</channel>
</rss>