flutch
CDCloudflare Developers
•Created by flutch on 3/8/2025 in #workers-help
Anyway I can lookup username:email format in KV using worker (without list) ?
Oh dont worry I got it figured out and migrated it already, thanks for the help :D
15 replies
CDCloudflare Developers
•Created by flutch on 3/8/2025 in #workers-help
Anyway I can lookup username:email format in KV using worker (without list) ?
I see
15 replies
CDCloudflare Developers
•Created by flutch on 3/8/2025 in #workers-help
Anyway I can lookup username:email format in KV using worker (without list) ?
It gives the same speed etc.
15 replies
CDCloudflare Developers
•Created by flutch on 3/8/2025 in #workers-help
Anyway I can lookup username:email format in KV using worker (without list) ?
So what's the point for KV then?
15 replies
CDCloudflare Developers
•Created by flutch on 3/8/2025 in #workers-help
Anyway I can lookup username:email format in KV using worker (without list) ?
Got it, thanks!
15 replies
CDCloudflare Developers
•Created by flutch on 3/8/2025 in #workers-help
Anyway I can lookup username:email format in KV using worker (without list) ?
So D1's the only route
15 replies
CDCloudflare Developers
•Created by flutch on 3/8/2025 in #workers-help
Anyway I can lookup username:email format in KV using worker (without list) ?
CF Worker using KV Bindings
15 replies
CDCloudflare Developers
•Created by flutch on 3/8/2025 in #workers-help
Anyway I can lookup username:email format in KV using worker (without list) ?
in KV Database
I have a key lets say (password is in value thats not a problem)
flutch2:[email protected]
I use cf worker api to login to the account
so if i login as
flutch2
Testing123!@#
it is able to find the key flutch2:[email protected]
and logs me in
if i login as
[email protected] Testing123!@# it isnt able to find the key flutch2:[email protected] and doesn't log me in
[email protected] Testing123!@# it isnt able to find the key flutch2:[email protected] and doesn't log me in
15 replies