SPA + Django, without OIDC using AuthO?

I have been given a Django ‘authorization’ server which can issue client credentials and act as a token provider. It will give bearer jwt’s with the success of the PKCE oauth flow. It has no OIDC layer. The scopes are ‘read write’ and I need to be able to test it in localhost.

Can I use the AuthO-Spa library for this? Or do I have to code everything up manually, which seems a bit mental?

I am a bit out of my waters with this. Any advice would be wonderful!