infobloxopen / seal

Apache License 2.0
16 stars 11 forks source link

Support non-standard JWT claim #99

Closed wplu closed 4 years ago

wplu commented 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
wplu commented 4 years ago

done