Skip to content

Releases: zxdev/server

v1.1.1

Choose a tag to compare

@zxdev zxdev released this 04 Feb 04:41
  • make the init param optional for times when flow control is not necessary or handled differently

v1.1.0

Choose a tag to compare

@zxdev zxdev released this 03 Feb 21:33
  • 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

Choose a tag to compare

@zxdev zxdev released this 16 Apr 00:11

update to auth.Authenticate standard interface

v1.0.7

Choose a tag to compare

@zxdev zxdev released this 15 Apr 20:52

standardize isValid auth middleware type

v1.0.6

Choose a tag to compare

@zxdev zxdev released this 30 Mar 17:44

add pkgen.go to build for command line api testing

v1.0.5

Choose a tag to compare

@zxdev zxdev released this 29 Mar 16:20

add passkey authentication

v1.0.4

Choose a tag to compare

@zxdev zxdev released this 22 Feb 04:25

authkey: add User method

v1.0.3

Choose a tag to compare

@zxdev zxdev released this 22 Feb 01:13

add authkey.User(user, key) method

v1.0.2

Choose a tag to compare

@zxdev zxdev released this 28 Jan 21:08
a79d272

server: add public routes
logging clarification

v1.0.1

Choose a tag to compare

@zxdev zxdev released this 26 Jan 16:25

fix authkey mutex block