Authentication Signature Plug Inn

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?

Thank you in advance!

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?

Hi! Thank you for your response Tyler!

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”.

hmmmm…:thinking: Might be out of my knowledge then…

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.

I may just be dumb and not following…

What’s your envisioned workflow for everyone?

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.

Yea sorry I am not following on why that is needed :grinning_face_with_smiling_eyes:

The Immunization database item containing the relevant Vaccine, Patient, and Vet already holds all the data.

I guess technically the “unique code” you’re looking for is the auto-generated unique id of that database item maybe?

Then to validate any immunization you just lookup if that unique ID is in your database

Again maybe I am just not the security expert that should be helping you :rofl: