feat(auth): implement user and device authentication
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package usecase
|
||||
|
||||
import "encoding/base64"
|
||||
|
||||
func rawURLDecode(value string) ([]byte, error) {
|
||||
return base64.RawURLEncoding.DecodeString(value)
|
||||
}
|
||||
Reference in New Issue
Block a user