~rwv/ring-basic-authentication

Add contribute section to README
Add scm to project.clj for cljdoc
Move clojure dependency to dev profile
Extract tests into separate namespace

Using :test meta data on functions doesn't work well with modern clojure
tooling.
0d20d018 — Jon-Erling Dahl 3 years ago
Avoid reflection by adding type hints
Head request must not return a message body
Delete unused stuff
Improve repo integration with cljdoc and sourcehut

Also drop codox configuration, the documentation is there for any IDE to
pickup and is also available on cljdoc.
Sourcehut build service recipe

Only runs tests.
Use LICENSE as filename for the software license
Drop org.clojure/data.codec dependency

As Louis-Philippe VĂ©ronneau noted this dependency is not required
anymore.  A Base64 encoder is provided by the JDK since Java 8, this
fact is also mentioned in the data.codec project.
Setup Clojure CI Github Action
Merge pull request #19 from gfredericks/more-redundancy

Remove redundant `do`
1dc2beef — Gary Fredericks 10 years ago
Remove redundant `do`
Merge pull request #18 from gfredericks/patch-1

Collapse nested `let`s
a8d10aed — Gary Fredericks 10 years ago
Collapse nested `let`s
Next