An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Correct device type ID for Firefox (#125)

authored by

Chris Lee and committed by
GitHub
b0d8622c 2a7bf00c

+1 -1
+1 -1
API.md
··· 309 309 310 310 The `deviceIdentifier` is a random UUID generated by the device and remains 311 311 constant across logins. 312 - `deviceType` is `2` 312 + `deviceType` is `3` 313 313 [for Firefox](https://github.com/bitwarden/core/blob/c9a2e67d0965fd046a0b3099e9511c26f0201acd/src/Core/Enums/DeviceType.cs). 314 314 315 315 POST $identityURL/connect/token