aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/core/token.go
Commit message (Collapse)AuthorAgeFilesLines
* cli: add bridge token showMichael Muré2019-11-101-1/+1
|
* bridge: various improvement on the global token PRMichael Muré2019-11-101-47/+61
|
* token: regenerate documentation and fix importsamine2019-11-091-1/+1
|
* bridge/core: store token in the global config and replace scopes with create ↵amine2019-11-091-123/+45
| | | | date
* tokens: use entity.Id as id typeamine2019-11-091-8/+9
|
* tokens: use a hash as token identifier instead of the token it selfamine2019-11-091-32/+97
|
* bridge: various cleanupsMichael Muré2019-11-091-44/+31
|
* commands: use token value as identifierAmine2019-11-091-31/+14
|
* bridge/core: use token id instead of nameAmine2019-11-091-40/+25
| | | | | commands: add bridge token rm/add commands: improve bridge token printing
* bridge/core: comment token functionalitiesAmine2019-11-091-18/+32
|
* bridge/core: Implement token functionalitiesAmine2019-11-091-0/+211