Hi! I’m building for the first time in Bubble an App for vet services. I want to authenticate vets so that any shots and medicines they give to a pet will have a traceable-unique ID in the dogs vaccination/medical file.
What are your thoughts on the plug in Authentication with AWS Signature Version 4? … or what signature authentication plug in would you recommend?
Every item in your Bubble database already has a unique id generated, but don’t worry about that anyways
Your datastructure would be:
Vaccination
Name (text)
Patient
Name (text)
Vet
Name (text) and/or User (User)
Immunization (or whatever you want to call it)
Vaccination (Vaccination)
Patient (Patient)
Vet (Vet)
So you can search for Immunizations, constraint to a specific Patient, and you can get the details for each item including its Vaccination, and which Vet did the work.
I don’t think I am following you with Authentication/signature, where would you need that?
I want to eventually migrate physical vet cards to digital ones but have to make them super secure.
I need a way to authenticate and validate vets so that they can authenticate the vaccination they are applying.
There is a secondary market for vaccine stickers especially for non-proffesional breeders who sell puppies with vaccines but don’t really apply the vaccines and only give you a used sticker. So the idea is that you would take a digital picture of the vaccine, put in in the physical validation card, and get a digital card too validated by an “authorized vet”.
When you say “authenticate” , do you mean you have your database who your vets are, then they like, input a code from their card, if it matches then do something after that? Or they scan a QR code containing a much longer string of text on their card.
Thank you for your response! I have a database of vets which I will screen and give access to my App. I would like to be able to generate a signature or unique code each time they input a vaccine for extra security.