Alexandru Gologan

Results 94 comments of Alexandru Gologan

Wrote these changes because we have an internal project that uses **tntsearch** and our result ranking was weirdly off in some cases. Wasn't sure why but after reading the implementation...

I think we can leave this as is and if anybody needs to change the default behavior they can be pointed to this PR. This PR exists because I found...

There's another question on how others use **tntsearch** ? Our engineer used it because he was familiar with Laravel and this solution using the scout driver looked the easiest to...

It doesn't make sense architecturally, because SSO itself enables a user to login with the same identity in multiple different software systems: in this case the app and the browser....

Please provide comparable measurements to support your case. As it currently stands this is not an actionable item. There probably isn't any issue with the lib itself, but I'll give...

Think it's great idea. Started a modern compose/kotlin-based demo some time ago to identify changes to the lib to improve interoperability but haven't had time to work on it. Publishing...

Not sure what you're asking here. `VersionedBrowserMatcher` is just used to control BrowserAllowList/DenyList. Out of the box you shouldn't restrict the browser list for best compatibility as the browser selector...

Not really, it's not like we mention anywhere you need Chrome, and in all fairness if you use a custom scheme based URI it should work perfectly in all browsers...

Think you're on the right track, though you may be interested in this proposed change https://github.com/openid/AppAuth-Android/pull/622 While I did find the proposal good, I never spend the time to properly...

Couple of different things: - using **appAuthRedirectScheme:sub.company.com** means you expect a redirect uri of the form sub.company.com://some-auth-path . Judging by the **https** config you want the activity declaration which seems...