Results 56 comments of Samuel Lorch

Hi, i had a quick look. I definitely want to support TOTPs in the CLI, as such renaming and deprecation of some flags and basic handling has already landed. TOTPs...

Hi, i have potentially found the issue. go-passbolt (the library which go-passbolt-cli is built on) checks if MFA is Required by checking if the URL the Server returns on a...

I have the fix implemented and login is still work with my Passbolt instance. Unfortunatly a github actions change broke the tests and i am short on time today. I...

Was released in [v0.3.2](https://github.com/passbolt/go-passbolt-cli/releases/tag/v0.3.2)

Hi, Sorry for the delay. Thank you for your interest in helping out. The big thing that v5 brings is encrypted metadata, but its probably also gonna expand on the...

@Nelwhix since v4.10 there should be a flag PASSBOLT_V5_ENABLED to enable the new API Version, you can test against that. I managed to get some time approved at work to...

@Nelwhix @stripthis I have made the Integration tests run only if the Environment Variable REG_URL is set, This way you can test all other unit tests locally if you don't...

@Nelwhix Currently i am Working on Multiple Metadatakeys, Trusting new ones and so on. You could take a look at #51 and #30

Hi, go-passbolt can work with v5, only the new Resources types are unsupported, you can re enable v4 Resources (Cleartext Metadata) for creation in your servers settings: If you also...