Compare commits
1 Commits
4b71e10d82
...
example
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d80b69cd2 |
@@ -3,6 +3,9 @@ import { authService } from "@/lib/api/example/auth/service";
|
|||||||
import NextAuth from "next-auth";
|
import NextAuth from "next-auth";
|
||||||
import Credentials from "next-auth/providers/credentials";
|
import Credentials from "next-auth/providers/credentials";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function randomToken() {
|
function randomToken() {
|
||||||
return Math.random().toString(36).substring(2) + Date.now().toString(36);
|
return Math.random().toString(36).substring(2) + Date.now().toString(36);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user