rokwire / rokwire-building-blocks-api

Source code repository of the Rokwire App Config, Authentication, Events, Profile, and Logging Building Blocks, and Authentication Middleware Library.
Apache License 2.0
3 stars 4 forks source link

[BUG] post request permission failed at auth middleware #1197

Closed bingzhang closed 9 months ago

bingzhang commented 10 months ago

some event post requests got 401 unauthorized error from events manager when some users try to publish user event.

Investigate the log of events manager and events building block. We found that the permission failure throw by the auth middle ware.

minump commented 9 months ago

Closed as duplicated. https://github.com/rokwire/events-manager/issues/1095