issues
search
cawfeecoder
/
barbr
Example for LinkedIn/Medium series on Go microservices, NATS, and more :)
0
stars
0
forks
source link
Add JWT Generation
#5
Open
cawfeecoder
opened
5 years ago
cawfeecoder
commented
5 years ago
As a system, I need to generate JWT for the following:
User login event In particular:
A successfully authentication event will trigger a JWT authentication to be returned via Cookies.
As a system, I need to generate JWT for the following: