You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: authentication-service/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
-
# mariadb-for-microservices - authentication service
1
+
# mariadb-for-microservices - authentication service
2
+
The authentication service is responsible for receiving and handling all login requests. The authentication service will return a object to the client containing a token which the client can use to sign requests.
2
3
3
-
## Hoew does this work?
4
+
## How does this work?
4
5
TODO : explain somewhere that we are looking for .env file and environment variables (.env handy for building local)
// ResponseRecorderJSONToObject converts a ResponseRecorder containing a json to a targeted interface. This is only used in test cases when a httptest server is used.
0 commit comments