Blazored / Gitter

A Blazor Gitter Client
MIT License
37 stars 14 forks source link

OAuth Api support. #55

Closed Liques closed 5 years ago

Liques commented 5 years ago

This is the backend part that I mentioned in #3 .

To work, it's needed first create an app in developer.gitter.im. So, the variables OAUTHKEY and OAUTHSECRET must be added with the keys provided by the website.

Liques commented 5 years ago

I found some errors in this commit working on the project today, so I believe that the best is to cancel this one.

SQL-MisterMagoo commented 5 years ago

I have a bit of reading to do, but I think we may be stuck on this one unless we go for a hosted solution where we can handle the oauth flow

Liques commented 5 years ago

Yes, maybe the server-side hosted solution is better for a while...

SQL-MisterMagoo commented 5 years ago

Oh, I didn't say that 😀

I personally am quite happy using a personal token - it's a one time thing and it doesn't add server hosting to the project.

Liques commented 5 years ago

Hahaha ok. The Blazor is amazing to work with client side.