Sarin Na Wangkanai
Sarin Na Wangkanai
Let's examine the best practice of configuring a web client from Google. The client is separated into 3 categories. 1. Client access using and API key  2. Client with...
Federation Server should have a Organization as a default, even if their is one Organization using the Ferderation Server. This would enable the use to expand for new organization on...
The [`FederationDbContext`](https://github.com/wangkanai/Wangkanai/blob/bb07991be4b5e3a6a29c3153d5446c02aa193a75/Federation/src/EntityFramework/FederationDbContext.cs) just for the configuration is getting overcrowded with all the identity entities. This getting harder to manage in a single class, maybe should following asp.net identity pattern of...
With the updated specification of OAuth 2.1 with flows deprecated and updated to meet current best security practices. These would be the design guidelines for our federation service. - [Authorization...
Using the international current best standard specification as our primary design principle ensures we do not fall into common mistakes that other people had learned from. Therefore, let us follow...
This lab setup structure is very great. Its should be made into a template system. ```console fullstack new MyApp --routing ```
Sorry for question something so simply. But how do I get a nice icon tab in the Windows Terminal for HttpRepl?  I have the following settings.json profile for HttpRepl....
I think now is its a good time to release 1.0.0-beta21, because of all the fixes, changes, and features that have now update in the code base. A few little...
Renamed 'DateTimeOffsetNowGenerator' to 'NowDateTimeOffsetGenerator' and 'DateTimeNowGenerator' to 'UtcDateTimeGenerator', aligning naming with their respective functionality. Also, added 'NowDateTimeGenerator' and 'UtcDateTimeOffsetGenerator' for generating current local and UTC dates respectively. Furthermore, unnecessary folder...
@wangkanai thanks for a quick fix, works as expected now. There is another thing which I don't remember to work properly - android version is always 0.0 This is the...