mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
You can now run "photoprism auth add" to create new client access tokens that allow external applications to use the built-in REST API. Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -11,14 +11,14 @@ func TestGetShares(t *testing.T) {
|
||||
t.Run("InvalidToken", func(t *testing.T) {
|
||||
app, router, _ := NewApiTest()
|
||||
Shares(router)
|
||||
r := PerformRequest(app, "GET", "/api/v1/1jxf3jfn2k/st9lxuqxpogaaba7")
|
||||
r := PerformRequest(app, "GET", "/api/v1/1jxf3jfn2k/ss6sg6bxpogaaba7")
|
||||
assert.Equal(t, http.StatusTemporaryRedirect, r.Code)
|
||||
})
|
||||
//TODO Why does it panic?
|
||||
/*t.Run("valid token and share", func(t *testing.T) {
|
||||
app, router, _ := NewApiTest()
|
||||
Shares(router)
|
||||
r := PerformRequest(app, "GET", "/api/v1/4jxf3jfn2k/at9lxuqxpogaaba7")
|
||||
r := PerformRequest(app, "GET", "/api/v1/4jxf3jfn2k/as6sg6bxpogaaba7")
|
||||
assert.Equal(t, http.StatusTemporaryRedirect, r.Code)
|
||||
})*/
|
||||
t.Run("InvalidToken", func(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user