Haris Muhammad

Results 5 comments of Haris Muhammad

FWIW, I experienced the same issue on our managed EAS app while attempting to authenticate with Azure: on APK builds only, AuthSession yields a "dismiss" message when it redirects back...

Quick update: managed to get our Azure redirect working on a standalone Android production build! I looked through some of the source code/default configs of the Expo Go app in...

> I added a couple commits: > > * I reverted the changes to the old babashka tasks file and added some comments for future contributors > * I rewote...

Something like this? Happy to open up a PR. ```diff diff --git a/starter/src/com/example/app.clj b/starter/src/com/example/app.clj index 265dab1..4b37244 100644 --- a/starter/src/com/example/app.clj +++ b/starter/src/com/example/app.clj @@ -142,6 +142,21 @@ :headers {"content-type" "application/json"} :body params})...

Could start with a barebones babashka server like this: https://gist.github.com/holyjak/36c6284c047ffb7573e8a34399de27d8. That'll keep everything in one file and side-step the complexities of Node/JVM. For the actual content, I enjoyed reading HTMX's...