<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gradecoin, branch auth_dev</title>
<subtitle>gradecoin server, simple crypto playground, suitable for undergrad courses</subtitle>
<id>https://git.yigitsever.com/projects/gradecoin/atom?h=auth_dev</id>
<link rel='self' href='https://git.yigitsever.com/projects/gradecoin/atom?h=auth_dev'/>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/'/>
<updated>2021-04-11T23:17:44Z</updated>
<entry>
<title>start adding auth logic to transaction proposals.</title>
<updated>2021-04-11T23:17:44Z</updated>
<author>
<name>alpaylan</name>
</author>
<published>2021-04-11T23:17:44Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=c93ec3248126411e283b5ad369a64d2507064ae2'/>
<id>urn:sha1:c93ec3248126411e283b5ad369a64d2507064ae2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>start adding auth logic to transaction proposals.</title>
<updated>2021-04-11T23:13:34Z</updated>
<author>
<name>alpaylan</name>
</author>
<published>2021-04-11T23:13:34Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=858d0a3d4ffa7b2aa2d3a47d82846259786b9882'/>
<id>urn:sha1:858d0a3d4ffa7b2aa2d3a47d82846259786b9882</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore blocks and users dirs</title>
<updated>2021-04-11T23:07:51Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2021-04-11T23:07:51Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=6c0345ecda5e46da88bc6ca513a28c648c29833c'/>
<id>urn:sha1:6c0345ecda5e46da88bc6ca513a28c648c29833c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update brag section</title>
<updated>2021-04-11T21:06:08Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2021-04-11T21:06:08Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=f20c7f93b8354b8a109cf0f04b3f56b7f1b77028'/>
<id>urn:sha1:f20c7f93b8354b8a109cf0f04b3f56b7f1b77028</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/main'</title>
<updated>2021-04-11T21:04:45Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2021-04-11T21:04:45Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=b502e1203fe112630574001a82fab68c0455720d'/>
<id>urn:sha1:b502e1203fe112630574001a82fab68c0455720d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement User handling and authentication</title>
<updated>2021-04-11T21:03:23Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2021-04-11T18:39:18Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=518a99a132707ba0e2572b24ca18f6b9606d7334'/>
<id>urn:sha1:518a99a132707ba0e2572b24ca18f6b9606d7334</id>
<content type='text'>
New struct: User, corresponds to a student

Blocks and users are persistent (written to a text file)

PostgreSQL would've been overkill, we have 30 students

AuthRequest is the representation for incoming register requests and
User is the inner representation

Students who are enrolled to the class are hardcoded, only they can
register new accounts

There are two new tests, one checks if a priviliged (=enrolled) user can
create an account and the other checks if a unpriviliged one cannot

There are quick verbose error messages that I'm not married to, might
move on to something better honestly

There's nothing stopping a malicious user to pre-register everyone with
mock public keys and effectively lock everyone out, what's a good secret
we can use?
</content>
</entry>
<entry>
<title>Add TODO items</title>
<updated>2021-04-11T17:17:31Z</updated>
<author>
<name>yigit sever</name>
</author>
<published>2021-04-11T17:17:31Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=6d7e812976ab3b42058d3ac23eeb84c1b7d83703'/>
<id>urn:sha1:6d7e812976ab3b42058d3ac23eeb84c1b7d83703</id>
<content type='text'>
Tests and verbose error messages
</content>
</entry>
<entry>
<title>Rephrase README to update design decisions</title>
<updated>2021-04-11T16:28:13Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2021-04-11T16:28:13Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=217398c52c68b3b73454d3e9f66c85b5a1638f3f'/>
<id>urn:sha1:217398c52c68b3b73454d3e9f66c85b5a1638f3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add auth scheme JWT</title>
<updated>2021-04-09T18:06:37Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2021-04-09T18:06:37Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=93950532fa1b4e2512275ef607b3e5de13db3f2b'/>
<id>urn:sha1:93950532fa1b4e2512275ef607b3e5de13db3f2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused code and clean up comments</title>
<updated>2021-04-09T17:27:12Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2021-04-09T17:27:12Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=33d1499f5fa69778063d7da27c0072dba78db4c3'/>
<id>urn:sha1:33d1499f5fa69778063d7da27c0072dba78db4c3</id>
<content type='text'>
</content>
</entry>
</feed>
