Generating Custom API Keys
Let's say that you want to generate custom API keys, you want it to be more SendGrid-like. SendGrid has API format of SG.<the key>.<the key ID>
. This is pretty straighforward to implement. You need to follow the steps shown in Extending AuthGuard - Exchange Service. An example will be provided soon.