You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to permit other city applications to make calls for city staff in an authenticated manner. Currently, the only authentication we have is local, session-based authentication; which doesn't work for web services.
The HMAC strategy seems like the best route to implementing authenticated web services.
The text was updated successfully, but these errors were encountered:
We want to permit other city applications to make calls for city staff in an authenticated manner. Currently, the only authentication we have is local, session-based authentication; which doesn't work for web services.
The HMAC strategy seems like the best route to implementing authenticated web services.
The text was updated successfully, but these errors were encountered: