mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
17 lines
224 B
Markdown
17 lines
224 B
Markdown
|
|
# Buddy auth example
|
||
|
|
|
||
|
|
A Sample project with Buddy Authentication.
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
```clj
|
||
|
|
> lein repl
|
||
|
|
(start)
|
||
|
|
```
|
||
|
|
|
||
|
|
See annotated example in [server.clj](src/example/server.clj) file.
|
||
|
|
|
||
|
|
## License
|
||
|
|
|
||
|
|
Copyright © 2017-2018 Metosin Oy
|