<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Backend on mhlab</title>
    <link>https://mhlab.tech/categories/backend/</link>
    <description>Recent content in Backend on mhlab</description>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Mon, 19 Apr 2021 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://mhlab.tech/categories/backend/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Backend Services for Games - Auth Service #2</title>
      <link>https://mhlab.tech/code/backend-services-02-auth-service-02/</link>
      <pubDate>Mon, 19 Apr 2021 00:00:00 +0000</pubDate>
      
      <guid>https://mhlab.tech/code/backend-services-02-auth-service-02/</guid>
      <description>In the previous article I&amp;rsquo;ve built the authentication functionality. It outputs the previously mentioned Auth Token: a token that allows the client to call protected API in a safe way.
But, as I said, a new problem arises:
 The user must be able to continue with their session without providing login credentials every few minutes.
 Refresh the token The easiest method to implement the refreshing of the auth token is&amp;hellip; Using the current and valid auth token to request a new one.</description>
    </item>
    
    <item>
      <title>Backend Services for Games - Auth Service #1</title>
      <link>https://mhlab.tech/code/backend-services-02-auth-service-01/</link>
      <pubDate>Sat, 10 Apr 2021 00:00:00 +0000</pubDate>
      
      <guid>https://mhlab.tech/code/backend-services-02-auth-service-01/</guid>
      <description>Let&amp;rsquo;s talk about the first service: the Auth Service.
The project structure I can see you being so excited, but you need to wait a little bit more: I am starting a new project, so I first want to talk about how to organize it.
I&amp;rsquo;ll code this service with C#, on ASP.NET 5. I create some C# projects:
 MHLab.Backend.Auth project: it contains the logic for the service itself.</description>
    </item>
    
    <item>
      <title>Backend Services for Games - Concepting</title>
      <link>https://mhlab.tech/code/backend-services-01-concepting/</link>
      <pubDate>Mon, 29 Jun 2020 00:00:00 +0000</pubDate>
      
      <guid>https://mhlab.tech/code/backend-services-01-concepting/</guid>
      <description>During my career I often worked as backend developer for multiple games.
I find the whole topic really interesting: it offers nice challenges and forces you to learn a lot of new concepts in order to be effective at your job.
On the other side, there is not so much material about backend development for games on the Internet. It seems like a very elitist topic. For this reason I decided to describe my process with some articles on this blog.</description>
    </item>
    
  </channel>
</rss>