iNightjar/Miniature-Doodle

Perminssions and Tokens

iNightjar opened this issue · 3 comments

Adding Authentications

Basic Authentications Assigned Using:
'DEFAULT_AUTHENTICATION_CLASSES','DEFAULT_PERMISSION_CLASSES'

Using Token Keys to Each User

Allowing only Author of Post to permit Actions, by using IsAuthorOrReadOnly class inherited from rest_framework BasePermission Class.