coffee-and-doughnuts / realworld-nestjs

Implementation of RealWorld project written in NestJs
MIT License
0 stars 0 forks source link

Some specs should be more detailed. #3

Open nyeong opened 1 year ago

nyeong commented 1 year ago

In RealWorld docs, there are specs for endpoints and responses, but not enough:

We should talk about the following topics:

nyeong commented 1 year ago

Database schema discussion: Wiki#데이터 모델링

JWA -- Suggest HS256 for easy implementation.

P4rkJW commented 1 year ago

I agree to use HS256 for JWA for easy implementation.

After implementation, it will be necessary to verify whether what is being used in JWT is important information, and if necessary, it will be necessary to review the introduction of JWE.