AbandonTech / abandonauth

An Authentic Auth Service...
GNU General Public License v3.0
4 stars 2 forks source link

use env configuration for base URL, at http only to set cookie options #145

Closed fisher60 closed 2 months ago

fisher60 commented 2 months ago

Local dev was limited to port 8000, but we already have a config option available for the abandon auth.

I have also adjusted the cookie policy for the shared domain. We no longer need to specify the domain in the cookie since the cookie provider is also on the client domain in production. This should also allow us to use http only in our cookie options, but I haven't tested this yet, so there is only one way to find out >:)

closes #135