Skip to content

Releases: pdobsan/oama

oama version 0.14

25 Jun 19:49
Compare
Choose a tag to compare

Changes

  • Generic KEYRING for any password manager with
    a FreeDesktop.org Secret Service compatible API.

    Examples of keyrings oama can work with: Gnome Keyring,
    KeepassXC, KDE Wallet.

  • Fixed outlook URL in microsoft's auth_scope

oama release 0.13.3

04 Jun 19:54
Compare
Choose a tag to compare

Changes

  • Force google always return a refresh_key. That solves the occasional
    problem of the user needing to repeatedly authorize when a private
    client_{id,secret} pair is used.

  • Extend docs with a section on how to obtain a client_{id,secret} pair.

oama version 0.13.2

31 May 20:45
Compare
Choose a tag to compare

Fixed token_params_mode for microsoft, solving issue #54

oama version 0.13.1

28 May 21:23
Compare
Choose a tag to compare

Changes

The redirect_uri automatically generated as localhost with a free random portnumber.
There is no default redirect_uri but it is still can be configured if a
fixed portnumber is needed for whatever reason.

oama version 0.13

26 May 20:33
Compare
Choose a tag to compare

New feature

redirect_uri can be configured on a per service basis.
The default is http:https://localhost:8080

oama version 0.12

23 May 21:59
Compare
Choose a tag to compare

Changes

  • New merging of builtin and user configured API-s.

  • Improved exception handling and error messaging/logging.

oama version 0.11.1

20 May 19:52
Compare
Choose a tag to compare

New features

One option and two new commands have been added.

-c,--config <config>     Configuration file
                         (default: "~/.config/oama/config.yaml

oama show <email>        Show current credentials for email
template                 Print the default config template

oama version 0.11

17 May 12:10
Compare
Choose a tag to compare

Made ServiceAPI fields configurable.

While this gives the user more flexibility, for example extending the scope
to calendar services, the defaults did not change and should work as they
are. For more details, see the Configuration section in the README.

This is a breaking update in the sense that you need to recreate your
config file. However, the modification is small, just follow the steps below.

cd ~/.config/oama
# rename your old config file
mv config.yaml config.yaml.old
# run oama to create a new config file
oama
# edit oama.yaml transfering the needed info from old config
# test the result by issuing
oama printenv

oama version 0.10.1

14 May 17:24
Compare
Choose a tag to compare

Made http:https://localhost:8080 the redirect_uri.

oama version 0.10

12 May 23:12
Compare
Choose a tag to compare

New simplified configuration.