Releases: lastlogin-net/obligator
Releases · lastlogin-net/obligator
Beta 0.3.0
- 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
Update build scripts
Beta 0.1.0
Update readme