~netlandish/gobwebs

Removing using ACLs by default for s3 storage. These are no longer recommended
Adding 'now' html function to defaults
Moving away from dumb messages implementation. Now using simple json
Account for situations when sessions are not available
Adding base64 URL encoding for crypto values and defining custom Encoding objects
Add additional stderr debug logging to gql error handler.
Adding proper template rendering instead of full template mashup
Fix hard coded types after generics switch.

References: https://todo.code.netlandish.com/~netlandish/gobwebs/7
Adding basic cache documentation and set default limit for DummyCache if
no limit is given.

References: https://todo.code.netlandish.com/~netlandish/gobwebs/7
Adding base Cache interface. Very simple. Will think a bit more about
any additional options to add.

References: https://todo.code.netlandish.com/~netlandish/gobwebs/7
Module rename
Adding Middleware to crypto
Adding .gitignore
Add session token renewal for email magic link login
Adding session token renewal when logging in
Adding contextDeadlineExceeded check to WithTx
Removing outdated comments
Next