Skip to content

Releases: lastlogin-net/obligator

Beta 0.3.0

26 Aug 20:22
b3cfd62
Compare
Choose a tag to compare
Beta 0.3.0 Pre-release
Pre-release
  • Basic proxy integration
  • Experimental IndieAuth and FedCM support
  • Experimental custom domain support (mostly for IndieAuth currently)
  • Remove JSON storage and use sqlite DB for everything
  • Probably too many other things...

In order to update, the main change is that the JSON storage is no longer a thing. However, you can use your old storage as a config to bootstrap your new db. You might need to delete the old sqlite db, then do:

obligator -config old_obligator_storage.json

and it should populate the db with your oauth2 providers and smtp config. Note your JWKS will be lost. I need to implement JWKS rotation...

Beta 0.2.0

02 Apr 18:35
Compare
Choose a tag to compare
Beta 0.2.0 Pre-release
Pre-release
Update build scripts

Beta 0.1.0

11 Oct 17:58
Compare
Choose a tag to compare
Beta 0.1.0 Pre-release
Pre-release
Update readme