Sarin Na Wangkanai
Sarin Na Wangkanai
The upcoming .NET 8 Blazor has a very interesting feature that I was planning to develop in the sections. This makes me able to update many areas in the DOM...
## Design notes ### Compenent name - DataGrid ### Description The DataGrid component is a complex UI component for displaying data in a tabular format. It aims to have Excel-like...
After some trial and error, I think that the Markdown framework should be designed able to run as a stand-alone view model framework that as not dependent on Mvc or...
After investigating the code base of the ASP.NET Core RazorPages, I found it very interesting that I would like to keep this as my backlog for Markdown. I will get...
Design note question that need to be answer and consider upfront for the Markdown Page View model. - [ ] Markdown parser to Html, question? Depend on 3rd party library...
Looking at the OAuth best practice, I'm finding that OpenID Connect is the only token that requires JSON Web Token (JWT) format. While Access Token & Refresh Token formats are...
Let's investigate the YARP for Federation Server Backend for Frontend. - https://microsoft.github.io/reverse-proxy/
To follow the best security practice of OAuth 2.X, We would need to the library that would hold the JWT from the Federation Server in the backend of the client...
Investigate the need to have Backend for Frontend to have persistent storage using Entity Framework
### Discussed in https://github.com/wangkanai/wangkanai/discussions/605 Originally posted by **wangkanai** December 31, 2022 Reference [OAuth 2.1 Specs](https://oauth.net/2.1/) Wangkanai Federation is in the middle of the conceptual phase and believes that we should...