Closed wplu closed 4 years ago
Support non-standard JWT claims
non-standard JWT claims will be supported by creating a swagger type similar to petstore.jwt.swagger in the appropriate repo that is not here in the seal repo. When the compiler is instantiated, pass that swagger instead of petstore.jwt.swagger.
Example: https://github.com/infobloxopen/seal/blob/master/Makefile#L21
./seal compile -s $(dir)/petstore.jwt.swagger -s $(dir)/petstore.all.swagger -f $(dir)/petstore.all.seal
done
Support non-standard JWT claims
non-standard JWT claims will be supported by creating a swagger type similar to petstore.jwt.swagger in the appropriate repo that is not here in the seal repo. When the compiler is instantiated, pass that swagger instead of petstore.jwt.swagger.
Example: https://github.com/infobloxopen/seal/blob/master/Makefile#L21