- Add filter to match the subdomain to the namespace in the user token
- Add option to allow validating referer from a subdomain
- Add
WriteErrorWithEventID
inresponse
package - Update
Write
inresponse
package
- Update auth function to return error response based on standard
- Update auth error response field name to camelCase
- Update ip extraction on
logger/common
package
- Add
trace
package - Update
response
package for Error Code Standards - Update ExtractDefault in
util
package
- Update
iam-go-sdk
to v1.1.2
- Added
response
package - Added
util
package
- Updated go module to denote v3
- Updated
iam-go-sdk
to v1.1.1
- Fixed event codes
- Fixed
aud
andscope
validation error response
- Separating
aud
andscope
validation
- Fixed
aud
validation error message
- Added
aud
andscope
token fields validation
- Export Trace
TraceIDKey
and SessionSessionIDKey
request header constants publicly
- package: logger-event:
- Change event struct to match new log event standard.
- Refactor log parameters. (Include
Debug
,Info
,Warn
,Error
,Fatal
)- example:
Info()
fromInfo(request, 99, "get user info message")
toInfo(request, 99, 50, 3, "get user info message")
, 50 is eventType and 3 is eventLevel.
- example: