init db with migration, create users table
This commit is contained in:
15
documentation/bruno-rest-api/LocalAPI/auth/credentials.bru
Normal file
15
documentation/bruno-rest-api/LocalAPI/auth/credentials.bru
Normal file
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: credentials
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{BASE_URL}}/auth/credentials
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
8
documentation/bruno-rest-api/LocalAPI/auth/folder.bru
Normal file
8
documentation/bruno-rest-api/LocalAPI/auth/folder.bru
Normal file
@@ -0,0 +1,8 @@
|
||||
meta {
|
||||
name: auth
|
||||
seq: 1
|
||||
}
|
||||
|
||||
auth {
|
||||
mode: inherit
|
||||
}
|
||||
Reference in New Issue
Block a user