rebelopsio / healthy-seed

A Golang REST API created to help people make healthier nutrition decisions
MIT License
0 stars 1 forks source link

Implement Paseto based authentication #2

Open rebelopsio opened 2 years ago

rebelopsio commented 2 years ago

For the REST API we want to use JWT based authentication. This along with enabling PostgreSQL implementations will be the next tasks under taken.

rebelopsio commented 2 years ago

After a recommendation from Luke Hinds, we'll be looking to implement Paseto over JWT. I'm currently reading through the documentation before starting implementation.