CMIPT / gcs-back-end

The back-end for git center server.
MIT License
2 stars 0 forks source link

Add function to get user info by name #41

Closed Kaiser-Yang closed 2 months ago

Kaiser-Yang commented 2 months ago

We add a new function to get user info by name and add unit test for it. Besides, we move the token to response header rather than response body.

See #32.