Skip to content

Great Changes in version 5! Only having an issue with tokens if someone could help. #560

Answered by chriskapp
cryoaura asked this question in Q&A
Discussion options

You must be logged in to vote

sure, you could try to use this, but you should check whether the scope and operation ids point to the correct entries, you may have different ids, this is from a local Fusio installation s.

backend token

INSERT INTO fusio_scope_operation SET scope_id = 31, operation_id = 135, allow = 1;
INSERT INTO fusio_scope_operation SET scope_id = 31, operation_id = 136, allow = 1;

consumer token

INSERT INTO fusio_scope_operation SET scope_id = 44, operation_id = 169, allow = 1;
INSERT INTO fusio_scope_operation SET scope_id = 44, operation_id = 170, allow = 1;
INSERT INTO fusio_scope_operation SET scope_id = 44, operation_id = 171, allow = 1;
INSERT INTO fusio_scope_operation SET scope_id = 44, oper…

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@cryoaura
Comment options

@chriskapp
Comment options

@cryoaura
Comment options

@chriskapp
Comment options

Answer selected by cryoaura
@cryoaura
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants