Skip to content

Commit

Permalink
Merge pull request #3550 from webkom/add-admissions-oauth
Browse files Browse the repository at this point in the history
Add admissions oauth fixture
  • Loading branch information
norbye committed Jan 26, 2024
2 parents bf887c9 + 61e8ba8 commit 85b894a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lego/apps/oauth/fixtures/development_applications.yaml
Expand Up @@ -10,3 +10,18 @@
skip_authorization: true
created: '2016-01-1T10:00:00+00:00'
updated: '2016-01-1T10:00:00+00:00'
- model: oauth.APIApplication
pk: 2
fields:
client_id: sC6GkHr8GS2OSRpFzKL2aASnz2eTPLYqK8TAGihF
user: 3
redirect_uris: http://127.0.0.1:5000/complete/lego/
client_type: public
authorization_grant_type: authorization-code
client_secret: fBySp20wgSEcxGmFFHB8BHEqjGu0oU0e1QmDyQ7bU8GZLFsa3GIPAbXyYlbOxnwslZLKGEQJr96i9u50bL4Iq1wWQrmDPoUc8P7nJHAENbrw1l5HblOgDkoKvxPKHnk2
name: Opptak
skip_authorization: false
created: 2023-08-22 07:03:43.167045+00:00
updated: 2023-08-22 07:03:43.167059+00:00
algorithm: ''
description: Testopptak

0 comments on commit 85b894a

Please sign in to comment.