mirror of
https://github.com/D4M13N-D3V/comissions-app-ui.git
synced 2025-03-14 00:05:07 +00:00
7 lines
261 B
TypeScript
7 lines
261 B
TypeScript
import { handleAuth } from "@auth0/nextjs-auth0";
|
|
exports.onExecutePostLogin = async (event, api) => {
|
|
const namespace = 'http://schemas.microsoft.com/ws/2008/06/identity/claims/role';
|
|
//console.log(event.authorization)
|
|
}
|
|
export default handleAuth();
|