Skip to content

v1.1.0

Compare
Choose a tag to compare
@stkr89 stkr89 released this 12 Feb 23:28
· 13 commits to main since this release
5ce36b3
Feature no auth (#21)

* print no auth config

* print req

* print method and path

* print method and path

* respond with ok for OPTIONS request

* return bad request if route not found

* just return if route not found

* enable cors

* enable cors

* send ok response on OPTIONS method

* use library to enable cors

* refactor

* print auth

* print auth

* check if required auth is nil

* print auth bearer token

* undo print auth bearer token

* add return statement after error

* remove unnecessary checks