Hello!
Welcome to my Blazor app. Here you'll find some projects I am currently working on.
- Trips is a somewhat simple Web API project simulating a trip booking application. I am trying to implement CQRS and Event streaming - currently only part of the CQRS is implemented.
- Google access is a Google API project where you can download fotos from your Google Photos cloud storage, view some recent mail messages and delete these. You'll have to authenticate with Google and authorize the application in order to access this functionality.
- Things that will be added (not necessarily in this order):
-
Role based authorization
-
Event streaming - in Trips
-
Domain layer - in Trips
-
Some more Google API functionality - in Google access
-
OAuth 2.0 access token refresh - in Google access