Tuesday, Apr 12, 2022
shippedUser serializer and token generation for Ecommerce-API
Anurag Verma built out authentication infrastructure in the Ecommerce-API repository, adding a custom model, user serializer, and token generation function across three commits.
The work spanned foundational API pieces in anurag629/Ecommerce-API [1] [2] [3]. Verma created a custom model to shape the data layer, then completed a user serializer to handle the transformation of user objects for API responses. He also wrote a function to generate tokens, laying the groundwork for stateless request authentication.
Sources
- created custom model · anurag629/Ecommerce-API
- done with user serializer · anurag629/Ecommerce-API
- created function to generate tocken · anurag629/Ecommerce-API