jacobobryant / biff

A Clojure web framework for solo developers.
https://biffweb.com
MIT License
877 stars 41 forks source link

Remove comment in biffweb.clj #151

Closed VictorVSa closed 1 year ago

VictorVSa commented 1 year ago

I've noticed there is a dev comment with local paths at the bottom of the main biffweb.clj file.

Btw, I'm super new with clojure, it's quite hard for me to understand what I'm doing. I need a email/password authentication method, can I just ignore biff's authentication and user buddy-auth or am I going to have conflicts somewhere?

jacobobryant commented 1 year ago

Yep, I use that for updating the docs on the website. You can ignore it.

For authentication, it's totally fine to not use the provided auth plugin and supply your own. (and recommended, if you need something different like passwords.)