February 2020
Intermediate to advanced
404 pages
8h 42m
English
Can you design the following requirements?
Develop a /healthcheck API with token authentication. Its main responsibilities should be as follows:
You should use the knowledge you gained about the jwt-go package from the previous section. You have to build two endpoints, as follows:
The first endpoint should successfully log in a client and return a JWT token. The client should then use the second endpoint with the token to receive a successful response.
Post-development, the final API testing scenario should look something similar to this:
Read now
Unlock full access