eikendev

Results 21 comments of eikendev

Hi @sunrisepi, thanks for bringing this up! I checked the documentation of [the official Matrix library for Go](https://github.com/matrix-org/gomatrix), and it appears that [E2E is not supported](https://github.com/matrix-org/gomatrix/issues/31#issuecomment-565988610) (yet). However, it turns...

That's a good point @vszakats! I'll prioritize this issue once I'm freed up a bit. A first look let me think fixing this issue properly will take some more effort.

I thought about switching to mautrix-go for a while because the official library only supports an old version of the protocol. The whole pantalaimon seems kind of error-prone/complicated. What do...

I agree that neither solution is perfect, which is part of the reason this issue is still open. But provided that the official library does not seem future-proof to us...

Hi @poVoq, thanks for this suggestion! Personally, I'd like to get things like adding tests done first, before adding more functionality. But I'll leave this open, and pull requests are...

Hm, I think this depends on the goals we want to achieve: - If we want to aim for a web-based UI, then we need to setup a login page...

I think the first option `go-oauth2/gin-server` appears fine, it glues together Gin (which we are already using) and the basic oauth2 lib. Presumably the reason why it seems so inactive...

That's awesome! Would you mind creating a pull request for it? We can treat it as WIP, but it makes the review more convenient.

Thanks, will have a look on Tuesday!

> I'd like to open a discussion about error messages. Currently all authentication related errors will be displayed as internal server errors to the client with a generic error message....