Szabolcs Toth

Results 3 comments of Szabolcs Toth

According to the documentation, it worked for me in the past... You can create a `tailwind.config.js` configuration file by running the [initialize](https://swiftytailwind.tuist.io/documentation/swiftytailwind/swiftytailwind/initialize(directory:options:)) function on the SwiftyTailwind instance: ``` try await...

I think I got it. The error message: ``` error MongoCore.MongoInvalidUriError reason MongoCore.MongoInvalidUriError.Reason unsupportedAuthenticationMechanism description String "The given MongoDB connection URI is invalid" _guts _StringGuts _object _StringObject _countAndFlagsBits UInt64 14987979559889010731...

A bit confused, LDAP seems to be [deprecated](https://www.mongodb.com/docs/manual/core/LDAP-deprecation/#std-label-ldap-deprecation). I don't know it worth the effort or how much effort would be. Actually, it can be [SASL](https://www.mongodb.com/docs/languages/c/c-driver/current/security/enterprise-authentication/#plain-sasl) as well. I am...