UNPKG
nocobase-plugin-casdoor
Version:
latest (0.1.5)
0.1.5
0.1.3
0.1.2
0.1.1
0.1.0
Integrated Casdoor authentication system
nocobase-plugin-casdoor
/
dist
/
server
/
actions
/
casdoorActions.d.ts
6 lines
(5 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Context
,
Next
}
from
'@nocobase/actions'
;
export
declare
const
casdoorActions
: {
getAuthUrl
:
(
ctx
:
Context
,
next
:
Next
) =>
Promise
<
void
>;
redirectAuth
:
(
ctx
:
Context
,
next
:
Next
) =>
Promise
<
void
>; };