aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/core/auth/credential.go
Commit message (Collapse)AuthorAgeFilesLines
* use regex.MustCompile instead of dealing with the errorMichael Muré2020-02-231-4/+1
|
* bridges: more refactor and cleanupMichael Muré2020-02-151-1/+1
|
* auth: refactor and introduce Login and LoginPassword, salt IDsMichael Muré2020-02-121-3/+43
|
* github/gitlab: many fixes and improvments at the config stepMichael Muré2020-02-101-1/+2
|
* more more wipMichael Muré2020-02-081-0/+6
|
* more wipMichael Muré2020-02-081-2/+2
|
* WIPMichael Muré2020-02-081-33/+23
|
* bridge: allow to configure and pull without having set a user firstMichael Muré2019-12-251-2/+28
| | | | | | | | | | - 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
* auth: Correctly cast configs[configKeyKind]amine2019-12-091-1/+1
|
* type the CredentialKind valuesMichael Muré2019-12-091-2/+2
| | | Co-Authored-By: Amine <hilalyamine@gmail.com>
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-0/+232