This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1f8925ceb8
budibase
/
packages
/
auth
/
src
/
db
/
index.js
6 lines
100 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Updating auth lib so that it takes in a pouch instance rather than creating its own.
2021-04-15 17:45:21 +02:00
module
.
exports
.
setDB
=
pouch
=>
{
Fixing some issues with auth module.
2021-04-15 17:57:01 +02:00
module
.
exports
.
CouchDB
=
pouch
Updating auth lib so that it takes in a pouch instance rather than creating its own.
2021-04-15 17:45:21 +02:00
}
Fixing some issues with auth module.
2021-04-15 17:57:01 +02:00
module
.
exports
.
CouchDB
=
null