Skip to content

Releases: zxdev/server

v1.1.1

04 Feb 04:41

Choose a tag to compare

  • make the init param optional for times when flow control is not necessary or handled differently

v1.1.0

03 Feb 21:33

Choose a tag to compare

  • remove legacy server/auth support for user:pass authentication
  • support env/v2; adds init sync.WaitGroup for server start signaling
  • library bump
  • go 1.18 requirement

v1.0.8

16 Apr 00:11

Choose a tag to compare

update to auth.Authenticate standard interface

v1.0.7

15 Apr 20:52

Choose a tag to compare

standardize isValid auth middleware type

v1.0.6

30 Mar 17:44

Choose a tag to compare

add pkgen.go to build for command line api testing

v1.0.5

29 Mar 16:20

Choose a tag to compare

add passkey authentication

v1.0.4

22 Feb 04:25

Choose a tag to compare

authkey: add User method

v1.0.3

22 Feb 01:13

Choose a tag to compare

add authkey.User(user, key) method

v1.0.2

28 Jan 21:08
a79d272

Choose a tag to compare

server: add public routes
logging clarification

v1.0.1

26 Jan 16:25

Choose a tag to compare

fix authkey mutex block