kicsipixel / parkAPI

parkAPI server side Swift sample application
0 stars 0 forks source link

Please, provide a authentication for more complete example. #1

Open DesdeChaves opened 1 year ago

DesdeChaves commented 1 year ago

It would be extraordinary if the application had a form of authentication (Bearer). This way, each user could add their own parks. It would be a way to have a complete example in HB, similar to what happens in the Vapor framework where we have the example of TIL acronyms.

Thanks for your support.

kicsipixel commented 1 year ago

Hi, yes, you are reading my mind. This week I have been reading and watching the different options for authentication. I haven't still decided whether I want session-based or JWT. Maybe it is not the best approach but I would like to keep it very simple, that even new comers understand and learn from it. So, definitely, it will come.

Thank you!