<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit-simple-authentication/Cargo.lock, branch v0.2.0</title>
<subtitle>Simple authentication for cgit powered by sqlite and redis</subtitle>
<id>https://git.leanhe.dev/cgit-simple-authentication/atom/Cargo.lock?h=v0.2.0</id>
<link rel='self' href='https://git.leanhe.dev/cgit-simple-authentication/atom/Cargo.lock?h=v0.2.0'/>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/'/>
<updated>2021-05-10T04:58:30Z</updated>
<entry>
<title>refactor: Use argon2 instead of sha256 to store password</title>
<updated>2021-05-10T04:58:30Z</updated>
<author>
<name>KunoiSayami</name>
<email>46131041+KunoiSayami@users.noreply.github.com</email>
</author>
<published>2021-05-10T04:58:30Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/commit/?id=c5ed7b895caad6dc4e6d3398fbe3c154a102959c'/>
<id>urn:sha1:c5ed7b895caad6dc4e6d3398fbe3c154a102959c</id>
<content type='text'>
* style: Update html file style
</content>
</entry>
<entry>
<title>feat: Add deluser command</title>
<updated>2021-05-08T18:08:34Z</updated>
<author>
<name>KunoiSayami</name>
<email>46131041+KunoiSayami@users.noreply.github.com</email>
</author>
<published>2021-05-08T18:08:34Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/commit/?id=e7f1a83e3b90208dccc33a0647a15cf12519d13a'/>
<id>urn:sha1:e7f1a83e3b90208dccc33a0647a15cf12519d13a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Add list user command</title>
<updated>2021-05-08T17:55:14Z</updated>
<author>
<name>KunoiSayami</name>
<email>46131041+KunoiSayami@users.noreply.github.com</email>
</author>
<published>2021-05-08T17:55:14Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/commit/?id=d5f0c9c0a137cee561f1a94fb3425d52170ac196'/>
<id>urn:sha1:d5f0c9c0a137cee561f1a94fb3425d52170ac196</id>
<content type='text'>
* workflow: Delete Windows build target
</content>
</entry>
<entry>
<title>feat: Support bypass root browse</title>
<updated>2021-05-08T14:20:34Z</updated>
<author>
<name>KunoiSayami</name>
<email>46131041+KunoiSayami@users.noreply.github.com</email>
</author>
<published>2021-05-08T14:20:34Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/commit/?id=3cdf24651f7ee7914cc95970951d269c13fd13a5'/>
<id>urn:sha1:3cdf24651f7ee7914cc95970951d269c13fd13a5</id>
<content type='text'>
* fix: Fix redirect not work properly
</content>
</entry>
<entry>
<title>fix: Fix authenticate-cookie not working properly</title>
<updated>2021-05-07T17:22:08Z</updated>
<author>
<name>KunoiSayami</name>
<email>46131041+KunoiSayami@users.noreply.github.com</email>
</author>
<published>2021-05-07T17:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/commit/?id=86e4c76dabb20b7f489abcb1f1c3cdb11a494b91'/>
<id>urn:sha1:86e4c76dabb20b7f489abcb1f1c3cdb11a494b91</id>
<content type='text'>
* feat: Add adduser subcommand
</content>
</entry>
<entry>
<title>fix: Fix database can't initialize properly</title>
<updated>2021-05-06T18:40:50Z</updated>
<author>
<name>KunoiSayami</name>
<email>46131041+KunoiSayami@users.noreply.github.com</email>
</author>
<published>2021-05-06T18:40:50Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/commit/?id=3a8881fbaab4d18b865a44198db9c195041cbff2'/>
<id>urn:sha1:3a8881fbaab4d18b865a44198db9c195041cbff2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Make redis key more shorter</title>
<updated>2021-05-06T18:06:52Z</updated>
<author>
<name>KunoiSayami</name>
<email>46131041+KunoiSayami@users.noreply.github.com</email>
</author>
<published>2021-05-06T18:06:52Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/commit/?id=e13d73f9c501d7340712feb7b666775fc55b75b3'/>
<id>urn:sha1:e13d73f9c501d7340712feb7b666775fc55b75b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Add configure parser</title>
<updated>2021-05-06T09:32:17Z</updated>
<author>
<name>KunoiSayami</name>
<email>46131041+KunoiSayami@users.noreply.github.com</email>
</author>
<published>2021-05-06T09:32:17Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/commit/?id=c86aab7847dd62492318e4c0d0a733e5a86a305b'/>
<id>urn:sha1:c86aab7847dd62492318e4c0d0a733e5a86a305b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>init</title>
<updated>2021-05-05T16:03:27Z</updated>
<author>
<name>KunoiSayami</name>
<email>46131041+KunoiSayami@users.noreply.github.com</email>
</author>
<published>2021-05-05T16:03:27Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/commit/?id=cbc7b3810bfe8fa750e566e7db2166ef8b7fcad1'/>
<id>urn:sha1:cbc7b3810bfe8fa750e566e7db2166ef8b7fcad1</id>
<content type='text'>
</content>
</entry>
</feed>
