aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/core/auth/token.go
Commit message (Collapse)AuthorAgeFilesLines
* auth: refactor and introduce Login and LoginPassword, salt IDsMichael Muré2020-02-121-60/+24
|
* more more wipMichael Muré2020-02-081-1/+12
|
* WIPMichael Muré2020-02-081-12/+8
|
* bridge: allow to configure and pull without having set a user firstMichael Muré2019-12-251-1/+5
| | | | | | | | | | - init() only the importer or exporter as required - assign a "default user" user Id to credentials at creation if no user has been set - "bridge auth": also display the user - "bridge auth show": adapt to a potential "default user" user Id - "bridge configure": allow to run without a user set - "bridge pull": allow to run without a user set - "user adopt": replace "default user" by the actual user id when run
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-0/+95