This website requires JavaScript.
Explore
Help
Register
Sign In
DatseMultimediaSites
/
Sharkey
mirror of
https://activitypub.software/TransFem-org/Sharkey.git
Watch
1
Star
0
Fork
You've already forked Sharkey
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9a282e37be
Sharkey
/
src
/
api
/
common
/
generate-native-user-token.ts
4 lines
82 B
TypeScript
Raw
Blame
History
import
rndstr
from
'rndstr'
;
export
default
(
)
=
>
`
!
${
rndstr
(
'a-zA-Z0-9'
,
32
)
}
`
;
Reference in New Issue
View Git Blame
Copy Permalink