Agershkovich30 / Chronically_Late__agershkovich30_jyuen30_mnelson30_jlee30

1 stars 0 forks source link

Securing App Credentials #1

Open JuliaMiyoungLee opened 1 year ago

JuliaMiyoungLee commented 1 year ago

Issue:

We need to figure out how to keep our Client_Secret a secret while still being able to have other people run our application.

Ideas:

Agershkovich30 commented 1 year ago

So far this seems like the best idea, but I'll keep looking around and urge the rest of the group to do the same

jyuenbeep commented 1 year ago

So far, while searching around, I've found no viable way to actually keep it a secret besides encryption of some sort. I agree with Julia then, since that's the only way to keep our client id secret while also successfully running our application on another machine.

Here's a link to a Stack Overflow post I found, although it doesn't say much: https://stackoverflow.com/questions/67265265/desktop-application-authenticate-without-client-secret

JuliaMiyoungLee commented 1 year ago

Option 2: