Sarin Na Wangkanai

Results 55 issues of 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 ![image](https://user-images.githubusercontent.com/10666633/213063870-8e026c4f-3580-4b74-b380-2ff852b547e5.png) 2. Client with...

review
design
requirements

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...

feature
design

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...

enhancement
concept
feature
epic

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...

planned
investigate
design

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...

design

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? ![image](https://user-images.githubusercontent.com/10666633/99129801-2b881380-2641-11eb-846d-0513e04d6dd2.png) 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...

enhancement
refactor
fixed

@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...

bug
feedback