IOS App

Started by richard21, November 07, 2024, 03:51:11 PM

Previous topic - Next topic

richard21

Is there any update on the release of this the test flight application looked very promising

Alex Kirhenshtein

yes, we plan to release shortly. for now I've uploaded new build to the TestFlight, so it's not expired anymore.

richard21

Hi thanks for the update I'll keep an eye out for the new build on test flight

richard21

Test flight is still saying build removed is there a new link ?

Alex Kirhenshtein


richard21

This Build still has the issue of being unable to log in if MFA is enabled will this be resolved in a future build

Alex Kirhenshtein

2fa added in build 34

richard21

Hi Alex,

Thanks for posting the update including MFA this is working well a couple of observations / Questions.

1. Once authenticated could the app save the login and then use Face ID on the phone to unlock?
2. Are there plans to include the Network view?
3. Currently I am only using it internally but I want to expose it externally I was going to use a reverse proxy to handle SSL is this the best way ?

Alex Kirhenshtein

1. I've added support for long-living tokens in build 36. Optionally you can enable Face ID, if you want to. You need server 6.2.2. or newer for that to work properly.
2. What do you mean by network view?
3. Yes, since webapi itself is purely http-only, you need any kind of reverse proxy (reproxy, nginx, etc.), which will do SSL offloading.

richard21

Hi Alex,

Thanks for the update what I mean buy the Network view is currently you have Objects which replicate the Infrastructure view in the GUI it would be good to have Networks as well so you can browse through the list of Zones, Subnets and devices like you can in the GUI

Alex Kirhenshtein

Not implemented at the moment - the Objects tab covers the Infrastructure tree only. Noted as a feature request, no date on it.