You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2021. It is now read-only.
Most of the code of UberStrok.WebServices was written 2 years ago within a couple of days, so I believe it should be given some more love. By upgrading to ASP .NET Core on Kestrel, using SoapCore. Using a proper database implementation like LiteDB or MongoDB instead of the flimsy implementation which we currently have.
Also move to a completely stateless webservice instead, by relying on the AuthToken, using something like JWT.