Rust-CMS / radical

A Rusty Wordpress Replacement.
MIT License
56 stars 6 forks source link

Authentication Support #38

Closed SpBills closed 2 years ago

SpBills commented 3 years ago

Program Version.

TARGET v0.2.0

Problem Description.

The program needs authentication to be useful at all. Can't have people just changing variables all the time!

Problem Solutions.

Auth0, or custom built.

An Auth0 token would have to be taken as an env variable and adds a dependency. Custom-built takes effort.

Other Details.