Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: Padenlee on February 26, 2020, 02:09:34 PM

Title: HTTPS REST API actions
Post by: Padenlee on February 26, 2020, 02:09:34 PM
I’m wanting to setup Firebase and Unity with Playmaker. Beings there’s to good secure method of server data handling I can find with Playmaker I was thinking of going the HTTPS method. I’m also open to any suggestions of alternative secure methods.
Title: Re: HTTPS REST API actions
Post by: Padenlee on February 26, 2020, 03:44:45 PM
Duh Paden, it might be helpful to give the project details that need a secure database. I'm making a therapy related app for depressed humans that needs to have secured information for it's users. I'm guessing HTTPS is the fastest way but having something like Firebase hooked up directly would be best eventually.
Title: Re: HTTPS REST API actions
Post by: Padenlee on February 26, 2020, 07:35:59 PM
I’m also not against using the Parse actions that were created a little while ago, the only problem is I’ve tried to get that working before and was met with a bunch of errors. I’m also not sure about security.
Title: Re: HTTPS REST API actions
Post by: jeanfabre on February 28, 2020, 01:10:30 AM
Hi,

 Use https indeed. SSL is the only good way to secure internet communication. but as always, if someone is serious about stealing data, he won't try to do that brute force. He will either spy directly on your computer or directly on your server...

Bye,

 Jean
Title: Re: HTTPS REST API actions
Post by: KaelynMurray on April 21, 2024, 01:05:30 PM
Security is crucial, especially when handling sensitive data. I've been tinkering with similar setups lately, particularly for a niche marketplace (https://seclgroup.com/development-of-a-large-niche-marketplace/) project I'm working on. While I haven't explored Playmaker extensively, HTTPS seems like a solid choice for secure data handling. Have you considered implementing OAuth for authentication alongside HTTPS? It adds another layer of security that might be beneficial for your project. I'm all ears for alternative suggestions too. It's always helpful to explore different options, especially when diving into unfamiliar territory.