A new endpoint : /login with parameter or a body to give the credentials of a user, in order to get a new token.
Use case / for what or how I would use it
I am creating an android application to manage builds and artifact. I want to share the app to use it like Crashlytics Bêta in order to install apk faster. No more dependencies to fabric this way
Right now, users needs to go to bitrise information page, and create a token in Bitrise - Mobile Continuous Integration and Delivery - iOS & Android Build Automation
With a new endpoint, it could be great to log in and get a token given the credentials and access all apps in the api.
The only question is how we could handle users who sign in via SSO e.g. with GitHub login? Not sure if this can be solved with an API endpoint, might require an actual login page / webview…
Hi @viktorbenei! Funny thing… We’ve been working on the iOS client as well, but our submission to iTunes was declined. The reason is that Apple doesn’t like authorization via token only. Will this be included in 0.1 API? Thanks!
We definitely plan to but we don’t have an ETA yet - the priority depends on this Feature Requests (vote count) as well as on our own internal use cases & needs (meaning whether we’d use it in our own products) as usual