What is the issue with my JWT authorization algorithm in my ASP.NET application for implementing push notifications?
For the past couple of days, I’ve been following this article on making my own JWT signatures required for web push notifications to be validated by the push service. Example code is written in JavaScript but I’ve written out a solution within the ASP.NET Core MVC web application to the best of my abilities: