feat: add functional authentication
This commit is contained in:
15
api/.bruno/auth/Session.bru
Normal file
15
api/.bruno/auth/Session.bru
Normal file
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: Session
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{url}}/auth/session
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
Reference in New Issue
Block a user